Donald Potato
replace Trump's name with 'Potato' on webpages for your amusement and mine.
What is Donald Potato?
Donald Potato is a Chrome extension developed by yuekaim, and its main feature is "replace Trump's name with 'Potato' on webpages for your amusement and mine.".
Extension Screenshots
Download Donald Potato Extension CRX File
Download Donald 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
#donaldjpotato
Extension Basic Information
Name | Donald Potato |
ID | llhcanmhefaidgbmahifbdhgeppcbdea |
Official URL | https://chromewebstore.google.com/detail/donald-potato/llhcanmhefaidgbmahifbdhgeppcbdea |
Description | replace Trump's name with 'Potato' on webpages for your amusement and mine. |
File Size | 3.54 KB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2017-01-10 |
Publish Date | 2017-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | yuekaim |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Potato", "description": "replace Trump's name with 'Potato' on webpages for your amusement and mine.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |