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