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开发的Chrome扩展程序,该扩展的主要功能是“The unique protection for children! Not only protects, but also enriches your kid!”。

扩展截图

screenshot
screenshot
screenshot

下载The Unique Children’s Protection & Enrichment扩展crx文件

下载The Unique Children’s Protection & Enrichment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}