Web for Children

This extension removes Profanity words from entire web.

Cos'è Web for Children?

Web for Children è un'estensione di Chrome sviluppata da 3rd Eye Lab, e la sua funzione principale è "This extension removes Profanity words from entire web.".

Scarica il file CRX dell'estensione Web for Children

Scarica i file di estensione Web for Children 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 Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

Informazioni di Base sull'Estensione

Nome Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
URL Ufficiale https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Descrizione This extension removes Profanity words from entire web.
Dimensione del File 47.8 KB
Conteggio Installazioni 11
Versione Corrente 1.0
Ultimo Aggiornamento 2014-08-04
Data di Pubblicazione 2014-08-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore 3rd Eye Lab
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web for Children",
    "description": "This extension removes Profanity words from entire web.",
    "version": "1.0",
    "author": "3rd Eye Lab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "profanityFilter.js",
                "contentScript.js"
            ]
        }
    ]
}