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."

Co je Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer je rozšíření Chrome vyvinuté Brennan Butler, a jeho hlavní funkcí je „Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ted Cruz is the Zodiac Killer Replacer

Stáhněte si soubory rozšíření Ted Cruz is the Zodiac Killer Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
Oficiální URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Popis Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Velikost souboru 59.85 KB
Počet instalací 36
Aktuální Verze 1.4
Poslední Aktualizace 2016-03-14
Datum Vydání 2016-03-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Brennan Butler
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}