Ted Cruz is the Zodiac Killer

Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Apa itu Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer adalah ekstensi Chrome yang dikembangkan oleh Andrew Kerr, dan fitur utamanya adalah "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ted Cruz is the Zodiac Killer

Unduh file ekstensi Ted Cruz is the Zodiac Killer 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

                        Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.

Obvious parody is obvious.

Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.                    

Informasi Dasar Ekstensi

Nama Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
URL Resmi https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Deskripsi Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Ukuran File 3.47 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2016-03-03
Tanggal Publikasi 2016-03-02
Penilaian 4.17/5 Total 6 Penilaian
Pengembang Andrew Kerr
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer",
    "version": "1.0.2",
    "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.",
    "author": "Andrew Kerr",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "zodiac-killer.js"
            ]
        }
    ],
    "short_name": "cruziszodiac",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}