“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
Hvad er “President” Trump?
“President” Trump er en Chrome-udvidelse udviklet af https://www.someguy.is, og dens hovedfunktion er "Replaces instances of President Trump with “President” Trump (adds quotations)".
Udvidelsesskærmbilleder
Download “President” Trump-udvidelses-CRX-fil
Download “President” Trump-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | “President” Trump |
ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
Officiel URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
Beskrivelse | Replaces instances of President Trump with “President” Trump (adds quotations) |
Filstørrelse | 200 KB |
Antal Installationer | 246 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-01-21 |
Udgivelsesdato | 2017-01-21 |
Bedømmelse | 4.73/5 Samlet 22 Bedømmelser |
Udvikler | https://www.someguy.is |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.someguy.is |
Understøttede Sprog | 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" } ] } |