Terrorist to Coward

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

Co to jest Terrorist to Coward?

Terrorist to Coward to rozszerzenie Chrome opracowane przez Mack Flavelle, a jego główną funkcją jest „Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Terrorist to Coward

Pobierz pliki rozszerzeń Terrorist to Coward w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Oficjalny URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Opis Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Rozmiar pliku 36.08 KB
Liczba instalacji 34
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2016-02-26
Data Publikacji 2016-02-25
Ocena 4.89/5 Łącznie 19 Oceny
Deweloper Mack Flavelle
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}