Web for Children

This extension removes Profanity words from entire web.

什麼是Web for Children?

Web for Children是由3rd Eye Lab開發的Chrome擴展程式,該擴展的主要功能是“This extension removes Profanity words from entire web.”。

下載Web for Children擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}