Terrorists to Communists

Replaces terrorists with communists

What is Terrorists to Communists?

Terrorists to Communists is a Chrome extension developed by Unknown, and its main feature is "Replaces terrorists with communists".

Extension Screenshots

screenshot
screenshot

Download Terrorists to Communists Extension CRX File

Download Terrorists to Communists 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

                        Communists are scary. But what's even scarier than communists? COMMUNISTS.

The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.                    

Extension Basic Information

Name Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
Official URL https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
Description Replaces terrorists with communists
File Size 52.86 KB
Installation Count 72
Current Version 1.0
Last Updated 2015-10-18
Publish Date 2015-10-18
Rating 2.18/5 Total 11 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/ChimeraCoder/terrorists-to-communists
Help Page URL https://github.com/ChimeraCoder/terrorists-to-communists/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terrorists to Communists",
    "version": "1.0",
    "description": "Replaces terrorists with communists",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Source\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}