Web for Children

This extension removes Profanity words from entire web.

Qu'est-ce que Web for Children ?

Web for Children est une extension Chrome développée par 3rd Eye Lab, et sa fonction principale est "This extension removes Profanity words from entire web.".

Télécharger le fichier CRX de l'extension Web for Children

Téléchargez les fichiers d'extension Web for Children 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 removes profanity words from entire web and makes the browser a safe place for the children.                    

Informations de Base sur l'Extension

Nom Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
URL Officiel https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Description This extension removes Profanity words from entire web.
Taille du Fichier 47.8 KB
Nombre d'Installations 11
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-04
Date de Publication 2014-08-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur 3rd Eye Lab
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}