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."
Was ist Ted Cruz is the Zodiac Killer Replacer?
Ted Cruz is the Zodiac Killer Replacer ist eine Chrome-Erweiterung, die von Brennan Butler entwickelt wurde, und ihr Hauptmerkmal ist "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".
Erweiterungsscreenshots
Ted Cruz is the Zodiac Killer Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ted Cruz is the Zodiac Killer Replacer-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
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
Grundlegende Informationen zur Erweiterung
Name | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
Offizielle URL | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
Beschreibung | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
Dateigröße | 59.85 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.4 |
Letztes Update | 2016-03-14 |
Veröffentlichungsdatum | 2016-03-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Brennan Butler |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |