Deplorable Extension
Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
What is Deplorable Extension?
Deplorable Extension is a Chrome extension developed by deplorable, and its main feature is "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.".
Download Deplorable Extension Extension CRX File
Download Deplorable 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
Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.
Extension Basic Information
Name | |
ID | ompbljdfaklkcdhgfclcjhgnmmooelcn |
Official URL | https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn |
Description | Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'. |
File Size | 14.83 KB |
Installation Count | 18 |
Current Version | 6.16 |
Last Updated | 2016-09-25 |
Publish Date | 2016-09-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | deplorable |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "deplorable.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.", "icons": { "16": "mlg16.jpg", "32": "mlg32.jpg", "48": "mlg48.jpg", "128": "mlg128.jpg" }, "name": "Deplorable Extension", "short_name": "Deplorable", "version": "6.16" } |