Terrorist to Coward

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

Apa itu Terrorist to Coward?

Terrorist to Coward adalah ekstensi Chrome yang dikembangkan oleh Mack Flavelle, dan fitur utamanya adalah "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Terrorist to Coward

Unduh file ekstensi Terrorist to Coward dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
URL Resmi https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Deskripsi Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Ukuran File 36.08 KB
Jumlah Instalasi 34
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2016-02-26
Tanggal Publikasi 2016-02-25
Penilaian 4.89/5 Total 19 Penilaian
Pengembang Mack Flavelle
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}