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