Web for Children

This extension removes Profanity words from entire web.

Web for Children क्या है?

Web for Children 3rd Eye Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes Profanity words from entire web."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web for Children एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
आधिकारिक URL https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
विवरण This extension removes Profanity words from entire web.
फ़ाइल का आकार 47.8 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-08-04
प्रकाशन तिथि 2014-08-04
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर 3rd Eye Lab
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}