Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
What is Drumpfinator++?
Drumpfinator++ is a Chrome extension developed by McRain, and its main feature is "Add this app to your Chrome browser to make reading new articles great again.".
Extension Screenshots
Download Drumpfinator++ Extension CRX File
Download Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Extension Basic Information
Name | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Official URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Description | Add this app to your Chrome browser to make reading new articles great again. |
File Size | 150 KB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2016-03-13 |
Publish Date | 2016-03-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | McRain |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |