DonaldTheDuck Browser Extension
This extension replaces all mentions and images of Donald Trump with Donald Duck
What is DonaldTheDuck Browser Extension?
DonaldTheDuck Browser Extension is a Chrome extension developed by dimitry, and its main feature is "This extension replaces all mentions and images of Donald Trump with Donald Duck".
Extension Screenshots
Download DonaldTheDuck Browser Extension Extension CRX File
Download DonaldTheDuck Browser Extension 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 all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.
Extension Basic Information
Name | |
ID | hbaodmapbjfloappbhnnbclgiifhhpkc |
Official URL | https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc |
Description | This extension replaces all mentions and images of Donald Trump with Donald Duck |
File Size | 1.38 MB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2016-11-27 |
Publish Date | 2016-11-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dimitry |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DonaldTheDuck Browser Extension", "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck", "version": "1.0", "icons": { "400": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [], "js": [ "assets\/mezr.min.js", "includes\/constants.js", "includes\/utils.js", "content.js" ] } ], "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ] } |