Web for Children

This extension removes Profanity words from entire web.

Vad är Web for Children?

Web for Children är en Chrome-tillägg utvecklad av 3rd Eye Lab, och dess huvudfunktion är "This extension removes Profanity words from entire web.".

Ladda ner Web for Children-förlängningens CRX-fil

Ladda ner Web for Children-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

Grundläggande Information om Tillägg

Namn Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
Officiell webbadress https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Beskrivning This extension removes Profanity words from entire web.
Filstorlek 47.8 KB
Antal Installationer 11
Aktuell Version 1.0
Senast Uppdaterad 2014-08-04
Publiceringsdatum 2014-08-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare 3rd Eye Lab
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}