The Trumpweb
Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
What is The Trumpweb?
The Trumpweb is a Chrome extension developed by Patrick Hogan, and its main feature is "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".
Extension Screenshots
Download The Trumpweb Extension CRX File
Download The Trumpweb 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 Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. Developed by Fusion. Learn more at Fusion.net.
Extension Basic Information
Name | The Trumpweb |
ID | fjkehfaokpmcbigmbgdhmjblecgfkedg |
Official URL | https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg |
Description | Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name. |
File Size | 10.36 KB |
Installation Count | 3,664 |
Current Version | 0.2.1 |
Last Updated | 2015-07-10 |
Publish Date | 2015-07-10 |
Rating | 4.68/5 Total 297 Ratings |
Developer | Patrick Hogan |
Payment Type | free |
Extension Website | http://www.fusion.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Trumpweb", "version": "0.2.1", "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |