Adult Site Blocker

Adult Site Blocker

Wat is Adult Site Blocker?

Adult Site Blocker is een Chrome-extensie ontwikkeld door hawkbrad975, en de belangrijkste functie is "Adult Site Blocker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adult Site Blocker

Download Adult Site Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
Officiële URL https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Beschrijving Adult Site Blocker
Bestandsgrootte 15 KB
Aantal Installaties 130
Huidige Versie 0.3
Laatst Bijgewerkt 2022-07-30
Publicatiedatum 2021-09-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hawkbrad975
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://hawkbrad.github.io/privacy-policy-yt
Ondersteunde Talen 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
}