Porn Blocker

blocks pages containing porn.

Qu'est-ce que Porn Blocker ?

Porn Blocker est une extension Chrome développée par Ayman Eltemmsahy, et sa fonction principale est "blocks pages containing porn.".

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

Téléchargez les fichiers d'extension Porn 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 extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

Informations de Base sur l'Extension

Nom Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
URL Officiel https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Description blocks pages containing porn.
Taille du Fichier 61.37 KB
Nombre d'Installations 302
Version Actuelle 1.14
Dernière Mise à Jour 2014-11-17
Date de Publication 2014-11-17
Évaluation 3.60/5 Total 5 Évaluations
Développeur Ayman Eltemmsahy
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}