Porn Block

Porn Block

Cos'è Porn Block?

Porn Block è un'estensione di Chrome sviluppata da agshubh191, e la sua funzione principale è "Porn Block".

Scarica il file CRX dell'estensione Porn Block

Scarica i file di estensione Porn Block 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

                        Filter adult content by processing each and every image on webpage. (Use machine learning algorithm)                    

Informazioni di Base sull'Estensione

Nome Porn Block Porn Block
ID bobedckgfphlpjghddmfikdmhfoakajj
URL Ufficiale https://chrome.google.com/webstore/detail/porn-block/bobedckgfphlpjghddmfikdmhfoakajj
Descrizione Porn Block
Dimensione del File 1.07 MB
Conteggio Installazioni 29
Versione Corrente 0.1.0
Ultimo Aggiornamento 2018-04-15
Data di Pubblicazione 2018-04-15
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore agshubh191
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Porn Block",
    "version": "0.1.0",
    "description": "Porn Block",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/keras.min.js",
                "js\/jquery.getimagedata.js",
                "js\/mutation-summary.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "web-accessible-resources\/fourth_try.bin"
    ],
    "permissions": [
        "https:\/\/obscure-citadel-79502.herokuapp.com\/"
    ]
}