Porn Site Blocker

This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.

Qu'est-ce que Porn Site Blocker ?

Porn Site Blocker est une extension Chrome développée par golujs2000, et sa fonction principale est "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Porn 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

                        This chrome extension is built for blocking porn sites and adult content. you can also blacklist any domain and web page manually. Our team's effort is, you stay away from porn sites.

You can use this extension to prevent a porn site, if you are addicted to watching porn,  this extension is for you.

This extension automatically blocks porn sites. and you can manually block and whitelist a domain and page, you have to go to the options page, to add the domain or page to the blacklist and whitelist.                    

Informations de Base sur l'Extension

Nom Porn Site Blocker Porn Site Blocker
ID ljjkiefkfmmfjiloocmiipmnjoaagglg
URL Officiel https://chromewebstore.google.com/detail/porn-site-blocker/ljjkiefkfmmfjiloocmiipmnjoaagglg
Description This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.
Taille du Fichier 124 KB
Nombre d'Installations 833
Version Actuelle 1.02
Dernière Mise à Jour 2022-12-25
Date de Publication 2022-12-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur golujs2000
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Site Blocker",
    "version": "1.02",
    "description": "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Pron site blocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "html": [
                "index.html"
            ]
        }
    ]
}