Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Word Copとは何ですか?

Word CopはSiraaj Fadoo & Ryan Milesによって開発されたChromeの拡張機能で、その主な機能は「Word Cop censors profanity and inappropriate words on the Internet.」です。

拡張機能のスクリーンショット

screenshot

Word Cop拡張機能のCRXファイルをダウンロード

Word Cop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Word Cop is a Google Chrome Extension that censors profanity and inappropriate words on the Internet.                    

拡張機能の基本情報

名前 Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
公式URL https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
説明 Word Cop censors profanity and inappropriate words on the Internet.
ファイルサイズ 21.62 KB
インストール数 37
現在のバージョン 1.21
最終更新日 2016-02-01
公開日 2016-02-01
評価 3.67/5 合計 3 レビュー
開発者 Siraaj Fadoo & Ryan Miles
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Cop",
    "short_name": "Word Cop",
    "description": "Word Cop censors profanity and inappropriate words on the Internet.",
    "version": "1.21",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "storage",
        "browsingData"
    ],
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "words.json"
    ]
}