Terrorists to Communists

Replaces terrorists with communists

Was ist Terrorists to Communists?

Terrorists to Communists ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces terrorists with communists".

Erweiterungsscreenshots

screenshot
screenshot

Terrorists to Communists-Erweiterungs-CRX-Datei herunterladen

Laden Sie Terrorists to Communists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
Offizielle URL https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
Beschreibung Replaces terrorists with communists
Dateigröße 52.86 KB
Installationsanzahl 72
Aktuelle Version 1.0
Letztes Update 2015-10-18
Veröffentlichungsdatum 2015-10-18
Bewertung 2.18/5 Insgesamt 11 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/ChimeraCoder/terrorists-to-communists
Hilfeseite URL https://github.com/ChimeraCoder/terrorists-to-communists/issues
Unterstützte Sprachen 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"
    }
}