Ted Cruz is the Zodiac Killer

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

Co je Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer je rozšíření Chrome vyvinuté Andrew Kerr, a jeho hlavní funkcí je „Replaces every occurance 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

Stáhněte si soubory rozšíření Ted Cruz is the Zodiac Killer 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í

                        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.                    

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

Název Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
Oficiální URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Popis Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Velikost souboru 3.47 KB
Počet instalací 46
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-03-03
Datum Vydání 2016-03-02
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář Andrew Kerr
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}