Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
What is Poketrump?
Poketrump is a Chrome extension developed by Unknown, and its main feature is "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Extension Screenshots
Download Poketrump Extension CRX File
Download Poketrump 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
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.)
Extension Basic Information
Name | Poketrump |
ID | pbcegjochobeogpdlbkokdehmoeafdlb |
Official URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
Description | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
File Size | 7.79 KB |
Installation Count | 80 |
Current Version | 0.1 |
Last Updated | 2016-04-09 |
Publish Date | 2016-04-09 |
Rating | 4.38/5 Total 13 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poketrump", "description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |