Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
What is Drumpfinator+?
Drumpfinator+ is a Chrome extension developed by mark.monteiro.dev, and its main feature is "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!".
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
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name. Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey Source code can be found here: https://github.com/mark-monteiro/drumpfinator
Extension Basic Information
Name | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
Official URL | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
Description | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
File Size | 31.07 KB |
Installation Count | 218 |
Current Version | 1.1.8 |
Last Updated | 2018-03-11 |
Publish Date | 2018-03-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | mark.monteiro.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mark-monteiro/drumpfinator |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drumpfinator+", "version": "1.1.8", "manifest_version": 2, "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!", "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |