Terrorist to Coward

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

Vad är Terrorist to Coward?

Terrorist to Coward är en Chrome-tillägg utvecklad av Mack Flavelle, och dess huvudfunktion är "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Tilläggsskärmbilder

screenshot

Ladda ner Terrorist to Coward-förlängningens CRX-fil

Ladda ner Terrorist to Coward-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Officiell webbadress https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Beskrivning Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Filstorlek 36.08 KB
Antal Installationer 34
Aktuell Version 0.1.1
Senast Uppdaterad 2016-02-26
Publiceringsdatum 2016-02-25
Betyg 4.89/5 Totalt 19 Betyg
Utvecklare Mack Flavelle
Betalningssätt free
Stödda Språk 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
        }
    ]
}