Terrorists to Communists

Replaces terrorists with communists

Wat is Terrorists to Communists?

Terrorists to Communists is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces terrorists with communists".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Terrorists to Communists

Download Terrorists to Communists-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
Officiële URL https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
Beschrijving Replaces terrorists with communists
Bestandsgrootte 52.86 KB
Aantal Installaties 72
Huidige Versie 1.0
Laatst Bijgewerkt 2015-10-18
Publicatiedatum 2015-10-18
Beoordeling 2.18/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/ChimeraCoder/terrorists-to-communists
Help Pagina-URL https://github.com/ChimeraCoder/terrorists-to-communists/issues
Ondersteunde Talen 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"
    }
}