Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
What is Rename Trump?
Rename Trump is a Chrome extension developed by doogin, and its main feature is "Does the mere sight of his name bring you frustration? Then change it to something else!".
Extension Screenshots
Download Rename Trump Extension CRX File
Download Rename Trump 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
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
Extension Basic Information
Name | |
ID | loiagmbficjodnelncioomijbmflhhia |
Official URL | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
Description | Does the mere sight of his name bring you frustration? Then change it to something else! |
File Size | 39.79 KB |
Installation Count | 126 |
Current Version | 1.2.4 |
Last Updated | 2016-11-12 |
Publish Date | 2016-11-12 |
Rating | 4.69/5 Total 16 Ratings |
Developer | doogin |
Payment Type | free |
Extension Website | http://trumpinoneword.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |