Web for Children

This extension removes Profanity words from entire web.

Web for Childrenคืออะไร?

Web for Children เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3rd Eye Lab และคุณลักษณะหลักของมันคือ "This extension removes Profanity words from entire web."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web for Children

ดาวน์โหลดไฟล์ส่วนขยาย Web for Children ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
คำอธิบาย This extension removes Profanity words from entire web.
ขนาดไฟล์ 47.8 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-08-04
วันที่เผยแพร่ 2014-08-04
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา 3rd Eye Lab
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web for Children",
    "description": "This extension removes Profanity words from entire web.",
    "version": "1.0",
    "author": "3rd Eye Lab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "profanityFilter.js",
                "contentScript.js"
            ]
        }
    ]
}