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."
What is Ted Cruz is the Zodiac Killer Replacer?
Ted Cruz is the Zodiac Killer Replacer is a Chrome extension developed by Brennan Butler, and its main feature is "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".
Extension Screenshots
Download Ted Cruz is the Zodiac Killer Replacer Extension CRX File
Download Ted Cruz is the Zodiac Killer Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
Extension Basic Information
Name | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
Official URL | 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." |
File Size | 59.85 KB |
Installation Count | 36 |
Current Version | 1.4 |
Last Updated | 2016-03-14 |
Publish Date | 2016-03-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Brennan Butler |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |