“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
What is “President” Trump?
“President” Trump is a Chrome extension developed by https://www.someguy.is, and its main feature is "Replaces instances of President Trump with “President” Trump (adds quotations)".
Extension Screenshots
Download “President” Trump Extension CRX File
Download “President” 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
It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.
Extension Basic Information
Name | “President” Trump |
ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
Official URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
Description | Replaces instances of President Trump with “President” Trump (adds quotations) |
File Size | 200 KB |
Installation Count | 246 |
Current Version | 1.2 |
Last Updated | 2017-01-21 |
Publish Date | 2017-01-21 |
Rating | 4.73/5 Total 22 Ratings |
Developer | https://www.someguy.is |
[email protected] | |
Payment Type | free |
Extension Website | http://www.someguy.is |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u201cPresident\u201d Trump", "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations", "version": "1.2", "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |