TrumpBlock
Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
What is TrumpBlock?
TrumpBlock is a Chrome extension developed by Mahesh, and its main feature is "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".
Extension Screenshots
Download TrumpBlock Extension CRX File
Download TrumpBlock 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
Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon. Not intended to hurt anyone but to beat some stress. Any issues? Please contact: [email protected]
Extension Basic Information
Name | TrumpBlock |
ID | ncomjcmhkflhahofhpnlldmpobaiihhf |
Official URL | https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf |
Description | Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon. |
File Size | 9.47 KB |
Installation Count | 10 |
Current Version | 0.4 |
Last Updated | 2016-11-11 |
Publish Date | 2016-11-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mahesh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TrumpBlock", "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.", "version": "0.4", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Block Trump!!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js", "contents.js" ], "run_at": "document_end" } ] } |