Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

Apa itu Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer adalah ekstensi Chrome yang dikembangkan oleh Brennan Butler, dan fitur utamanya adalah "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ted Cruz is the Zodiac Killer Replacer

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

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

Informasi Dasar Ekstensi

Nama Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
URL Resmi https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Deskripsi Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Ukuran File 59.85 KB
Jumlah Instalasi 36
Versi Saat Ini 1.4
Terakhir Diperbarui 2016-03-14
Tanggal Publikasi 2016-03-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Brennan Butler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}