Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

What is Word Cop?

Word Cop is a Chrome extension developed by Siraaj Fadoo & Ryan Miles, and its main feature is "Word Cop censors profanity and inappropriate words on the Internet.".

Extension Screenshots

screenshot

Download Word Cop Extension CRX File

Download Word Cop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
Official URL https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Description Word Cop censors profanity and inappropriate words on the Internet.
File Size 21.62 KB
Installation Count 37
Current Version 1.21
Last Updated 2016-02-01
Publish Date 2016-02-01
Rating 3.67/5 Total 3 Ratings
Developer Siraaj Fadoo & Ryan Miles
Payment Type free
Supported Languages 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"
    ]
}