Adult Site Blocker

Adult Site Blocker

What is Adult Site Blocker?

Adult Site Blocker is a Chrome extension developed by hawkbrad975, and its main feature is "Adult Site Blocker".

Extension Screenshots

screenshot

Download Adult Site Blocker Extension CRX File

Download Adult Site Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

Extension Basic Information

Name Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
Official URL https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Description Adult Site Blocker
File Size 15 KB
Installation Count 130
Current Version 0.3
Last Updated 2022-07-30
Publish Date 2021-09-21
Rating 5.00/5 Total 1 Ratings
Developer hawkbrad975
Email [email protected]
Payment Type free
Privacy Policy Page URL https://hawkbrad.github.io/privacy-policy-yt
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}