Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

What is Terrorist to Coward?

Terrorist to Coward is a Chrome extension developed by Mack Flavelle, and its main feature is "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Extension Screenshots

screenshot

Download Terrorist to Coward Extension CRX File

Download Terrorist to Coward 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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

Extension Basic Information

Name Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Official URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Description Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
File Size 36.08 KB
Installation Count 34
Current Version 0.1.1
Last Updated 2016-02-26
Publish Date 2016-02-25
Rating 4.89/5 Total 19 Ratings
Developer Mack Flavelle
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}