Trump or Hitler
This simple Chrome extension swaps Donald Trump and Hitler, Scary.
What is Trump or Hitler?
Trump or Hitler is a Chrome extension developed by Arthur Chance, and its main feature is "This simple Chrome extension swaps Donald Trump and Hitler, Scary.".
Extension Screenshots
Download Trump or Hitler Extension CRX File
Download Trump or 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
Extension Basic Information
Name | |
ID | bkcbidbbmcmcgdoehiippcboblnmlhai |
Official URL | https://chrome.google.com/webstore/detail/trump-or-hitler/bkcbidbbmcmcgdoehiippcboblnmlhai |
Description | This simple Chrome extension swaps Donald Trump and Hitler, Scary. |
File Size | 3.66 KB |
Installation Count | 198 |
Current Version | 1.0 |
Last Updated | 2015-12-10 |
Publish Date | 2015-12-10 |
Rating | 3.73/5 Total 11 Ratings |
Developer | Arthur Chance |
Payment Type | free |
Extension Website | http://trumporhitler.co/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump or Hitler", "version": "1.0", "description": "This simple Chrome extension swaps Donald Trump and Hitler, Scary.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ] } |