The Unique Children’s Protection & Enrichment

The unique protection for children! Not only protects, but also enriches your kid!

The Unique Children’s Protection & Enrichment क्या है?

The Unique Children’s Protection & Enrichment https://good.media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The unique protection for children! Not only protects, but also enriches your kid!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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

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

                        Our service can do what other ordinary parental control services cannot: 	
1. Gives freedom to children. They can visit any website. But they can only see what has been allowed by you. 
2. Saves your time. You do not have to make lists of allowed and disallowed websites. 
3. Enriches children. The prohibited by you information disappears from all web pages, and instead the content of your choice is displayed (beautiful pictures, educative texts, and etc.)
4. Easy to use. It only takes a couple of minutes to set up the plugin. All you need is to check mark the topics to be hidden and select the content to be displayed instead.                    

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

नाम The Unique Children’s Protection & Enrichment The Unique Children’s Protection & Enrichment
ID ilcbblobfihlmaooigcdfeigahgokcbe
आधिकारिक URL https://chromewebstore.google.com/detail/развивающая-защита-детей/ilcbblobfihlmaooigcdfeigahgokcbe?hl=en
विवरण The unique protection for children! Not only protects, but also enriches your kid!
फ़ाइल का आकार 18.88 MB
स्थापना संख्या 37
वर्तमान संस्करण 0.11
अंतिम अपडेट 2015-04-20
प्रकाशन तिथि 2015-04-20
रेटिंग 2.00/5 कुल 3 रेटिंग्स
डेवलपर https://good.media
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://good.media/ru/roditelskij_kontrol
सहायता पृष्ठ URL http://good.media/ru/contact
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.11",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "fragments\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.8.3.js",
                "lib\/jquery.tooltipster.js",
                "lib\/jquery.color-2.1.2.js",
                "lib\/jquery-ui.js",
                "lib\/md5.js",
                "lib\/jquery.groupinputs.js",
                "scripts\/interestCat.js",
                "scripts\/main.js",
                "scripts\/activate.js",
                "scripts\/noactive.js",
                "scripts\/license.js",
                "scripts\/notification.js",
                "scripts\/popup.js"
            ],
            "css": [
                "css\/tooltipster.css",
                "css\/jquery-ui.css",
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "fancy-settings\/source\/index.html",
    "default_locale": "ru",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}