Terrorist to Coward

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

Co je Terrorist to Coward?

Terrorist to Coward je rozšíření Chrome vyvinuté Mack Flavelle, a jeho hlavní funkcí je „Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Terrorist to Coward

Stáhněte si soubory rozšíření Terrorist to Coward ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Oficiální URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Popis Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Velikost souboru 36.08 KB
Počet instalací 34
Aktuální Verze 0.1.1
Poslední Aktualizace 2016-02-26
Datum Vydání 2016-02-25
Hodnocení 4.89/5 Celkem 19 Hodnocení
Vývojář Mack Flavelle
Typ Platby free
Podporované Jazyky 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
        }
    ]
}