Trumpisms
Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Was ist Trumpisms?
Trumpisms ist eine Chrome-Erweiterung, die von CaseySoftware entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".
Erweiterungsscreenshots
Trumpisms-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trumpisms-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
This extension replaces various words with President Trump's preferred nicknames. Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary" Enjoy!
Grundlegende Informationen zur Erweiterung
Name | Trumpisms |
ID | feabnchiknilhgjblocljbhpcmdaiplc |
Offizielle URL | https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc |
Beschreibung | Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension. |
Dateigröße | 208 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2017-05-25 |
Veröffentlichungsdatum | 2017-05-24 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | CaseySoftware |
Zahlungsart | free |
Hilfeseite URL | https://github.com/caseysoftware/trumpisms |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpisms", "version": "1.0.1", "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "icons": { "48": "images\/laugh-48.png", "128": "images\/laugh-128.png" } } |