Porn Blocker

blocks pages containing porn.

Cos'è Porn Blocker?

Porn Blocker è un'estensione di Chrome sviluppata da Ayman Eltemmsahy, e la sua funzione principale è "blocks pages containing porn.".

Scarica il file CRX dell'estensione Porn Blocker

Scarica i file di estensione Porn Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
URL Ufficiale https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Descrizione blocks pages containing porn.
Dimensione del File 61.37 KB
Conteggio Installazioni 302
Versione Corrente 1.14
Ultimo Aggiornamento 2014-11-17
Data di Pubblicazione 2014-11-17
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore Ayman Eltemmsahy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}