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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://good.media และคุณลักษณะหลักของมันคือ "The unique protection for children! Not only protects, but also enriches your kid!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Unique Children’s Protection & Enrichment

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}