Terrorist to Coward

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

Wat is Terrorist to Coward?

Terrorist to Coward is een Chrome-extensie ontwikkeld door Mack Flavelle, en de belangrijkste functie is "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Terrorist to Coward

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

                        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.                    

Basisinformatie over de Extensie

Naam Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Officiële URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Beschrijving Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Bestandsgrootte 36.08 KB
Aantal Installaties 34
Huidige Versie 0.1.1
Laatst Bijgewerkt 2016-02-26
Publicatiedatum 2016-02-25
Beoordeling 4.89/5 Totaal 19 Beoordelingen
Ontwikkelaar Mack Flavelle
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}