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."
Qu'est-ce que Ted Cruz is the Zodiac Killer Replacer ?
Ted Cruz is the Zodiac Killer Replacer est une extension Chrome développée par Brennan Butler, et sa fonction principale est "Add this app to your Chrome browser and replace all instances 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 Replacer
Téléchargez les fichiers d'extension Ted Cruz is the Zodiac Killer Replacer 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
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
Informations de Base sur l'Extension
Nom | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
URL Officiel | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
Description | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
Taille du Fichier | 59.85 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-03-14 |
Date de Publication | 2016-03-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Brennan Butler |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |