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