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