Adult Site Blocker

Adult Site Blocker

Qu'est-ce que Adult Site Blocker ?

Adult Site Blocker est une extension Chrome développée par hawkbrad975, et sa fonction principale est "Adult Site Blocker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adult Site Blocker

Téléchargez les fichiers d'extension Adult Site Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
URL Officiel https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Description Adult Site Blocker
Taille du Fichier 15 KB
Nombre d'Installations 130
Version Actuelle 0.3
Dernière Mise à Jour 2022-07-30
Date de Publication 2021-09-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur hawkbrad975
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://hawkbrad.github.io/privacy-policy-yt
Langues Prises en Charge 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
}