Ted Cruz Potato
This extension turns all references to Ted Cruz into 'a potato'
What is Ted Cruz Potato?
Ted Cruz Potato is a Chrome extension developed by natekandler, and its main feature is "This extension turns all references to Ted Cruz into 'a potato'".
Extension Screenshots
Download Ted Cruz Potato Extension CRX File
Download Ted Cruz Potato 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
Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato
Extension Basic Information
Name | Ted Cruz Potato |
ID | kfjelmikbelnnmlgmbmfpjkbiejgadag |
Official URL | https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag |
Description | This extension turns all references to Ted Cruz into 'a potato' |
File Size | 3.69 KB |
Installation Count | 305 |
Current Version | 0.1 |
Last Updated | 2016-03-10 |
Publish Date | 2016-03-09 |
Rating | 5.00/5 Total 7 Ratings |
Developer | natekandler |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ted Cruz Potato", "description": "This extension turns all references to Ted Cruz into 'a potato'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |