Terrorist to Coward

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

Was ist Terrorist to Coward?

Terrorist to Coward ist eine Chrome-Erweiterung, die von Mack Flavelle entwickelt wurde, und ihr Hauptmerkmal ist "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Erweiterungsscreenshots

screenshot

Terrorist to Coward-Erweiterungs-CRX-Datei herunterladen

Laden Sie Terrorist to Coward-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Offizielle URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Beschreibung Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Dateigröße 36.08 KB
Installationsanzahl 34
Aktuelle Version 0.1.1
Letztes Update 2016-02-26
Veröffentlichungsdatum 2016-02-25
Bewertung 4.89/5 Insgesamt 19 Bewertungen
Entwickler Mack Flavelle
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}