“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
Was ist “President” Trump?
“President” Trump ist eine Chrome-Erweiterung, die von https://www.someguy.is entwickelt wurde, und ihr Hauptmerkmal ist "Replaces instances of President Trump with “President” Trump (adds quotations)".
Erweiterungsscreenshots
“President” Trump-Erweiterungs-CRX-Datei herunterladen
Laden Sie “President” Trump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | “President” Trump |
ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
Offizielle URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
Beschreibung | Replaces instances of President Trump with “President” Trump (adds quotations) |
Dateigröße | 200 KB |
Installationsanzahl | 246 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-01-21 |
Veröffentlichungsdatum | 2017-01-21 |
Bewertung | 4.73/5 Insgesamt 22 Bewertungen |
Entwickler | https://www.someguy.is |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.someguy.is |
Unterstützte Sprachen | 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" } ] } |