Ted Cruz is the Zodiac Killer
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
Qu'est-ce que Ted Cruz is the Zodiac Killer ?
Ted Cruz is the Zodiac Killer est une extension Chrome développée par Andrew Kerr, et sa fonction principale est "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ted Cruz is the Zodiac Killer
Téléchargez les fichiers d'extension Ted Cruz is the Zodiac Killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ted Cruz is the Zodiac Killer |
ID | baomlgmnamfkkmeikjbihghjiapaejgm |
URL Officiel | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm |
Description | Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. |
Taille du Fichier | 3.47 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-03-03 |
Date de Publication | 2016-03-02 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | Andrew Kerr |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |