Simple browser extension that blocks user from accessing specified domains with a password.
This extension uses manifest v3. If you are looking for the manifest v2 version (which is soon to be deprecated), go to the manifest_v2 branch
- Restrict domains and specific URL paths
- Temporary access to blocked websites
- Log websites blocked and unblocked at time/date
Block all urls under www.instagram.com
instagram.com
Block all urls under www.instagram.com/explore. (Does not block www.instagram.com)
instagram.com/expore
Coming soon
- Add feature to block all except given list of urls (inversion)
- Style pages better
- Schedule blocking (e.g. block at specific time of day) (if possible)
- Block disabling/uninstalling extension (if possible)
If not possible, add logging (e.g. blocked domain at what time/date)(added)
This extension stores websites that the user has chosen to block/unblock. It does not track browsing history or the actual content on the blocked/unblocked websites. This extension does not handle sensitive user data.