Ted Cruz is the Zodiac Killer

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

Vad är Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer är en Chrome-tillägg utvecklad av Andrew Kerr, och dess huvudfunktion är "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

Tilläggsskärmbilder

screenshot

Ladda ner Ted Cruz is the Zodiac Killer-förlängningens CRX-fil

Ladda ner Ted Cruz is the Zodiac Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
Officiell webbadress https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Beskrivning Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Filstorlek 3.47 KB
Antal Installationer 46
Aktuell Version 1.0.2
Senast Uppdaterad 2016-03-03
Publiceringsdatum 2016-03-02
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare Andrew Kerr
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}