Trump to Orange Hitler
Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).
What is Trump to Orange Hitler?
Trump to Orange Hitler is a Chrome extension developed by Marko Skugor, and its main feature is "Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).".
Download Trump to Orange Hitler Extension CRX File
Download Trump to Orange Hitler 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
Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).
Extension Basic Information
Name | |
ID | hhpnomnaaajhgpcebhgomblbopiehanl |
Official URL | https://chrome.google.com/webstore/detail/trump-to-orange-hitler/hhpnomnaaajhgpcebhgomblbopiehanl |
Description | Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive). |
File Size | 35.49 KB |
Installation Count | 32 |
Current Version | 1.0.2 |
Last Updated | 2016-11-10 |
Publish Date | 2016-11-10 |
Developer | Marko Skugor |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Orange Hitler", "description": "Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).", "version": "1.0.2", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |