Ted Cruz is the Zodiac Killer

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

Was ist Ted Cruz is the Zodiac Killer?

Ted Cruz is the Zodiac Killer ist eine Chrome-Erweiterung, die von Andrew Kerr entwickelt wurde, und ihr Hauptmerkmal ist "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".

Erweiterungsscreenshots

screenshot

Ted Cruz is the Zodiac Killer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ted Cruz is the Zodiac Killer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ted Cruz is the Zodiac Killer Ted Cruz is the Zodiac Killer
ID baomlgmnamfkkmeikjbihghjiapaejgm
Offizielle URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm
Beschreibung Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Dateigröße 3.47 KB
Installationsanzahl 46
Aktuelle Version 1.0.2
Letztes Update 2016-03-03
Veröffentlichungsdatum 2016-03-02
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler Andrew Kerr
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}