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 là gì?

The Unique Children’s Protection & Enrichment là một tiện ích mở rộng Chrome được phát triển bởi https://good.media, và tính năng chính của nó là "The unique protection for children! Not only protects, but also enriches your kid!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Unique Children’s Protection & Enrichment

Tải xuống các tệp mở rộng The Unique Children’s Protection & Enrichment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Unique Children’s Protection & Enrichment The Unique Children’s Protection & Enrichment
ID ilcbblobfihlmaooigcdfeigahgokcbe
URL Chính Thức https://chromewebstore.google.com/detail/развивающая-защита-детей/ilcbblobfihlmaooigcdfeigahgokcbe?hl=en
Mô tả The unique protection for children! Not only protects, but also enriches your kid!
Kích Thước Tệp 18.88 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2015-04-20
Ngày Phát Hành 2015-04-20
Đánh Giá 2.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://good.media
Loại Thanh Toán free
Trang Web Mở Rộng http://good.media/ru/roditelskij_kontrol
URL Trang Trợ Giúp http://good.media/ru/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}