Trumpspeak by Justin Hook
Replaces @realDonaldTrump's tweets with "[garbled]".
Was ist Trumpspeak by Justin Hook?
Trumpspeak by Justin Hook ist eine Chrome-Erweiterung, die von Justin Hook entwickelt wurde, und ihr Hauptmerkmal ist "Replaces @realDonaldTrump's tweets with "[garbled]".".
Erweiterungsscreenshots
Trumpspeak by Justin Hook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trumpspeak by Justin Hook-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
Finally, an extension that allows Donald Trump's tweets to read the way he talks.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dogahdiacndnopcfnhpkfnepmldljode |
Offizielle URL | https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode |
Beschreibung | Replaces @realDonaldTrump's tweets with "[garbled]". |
Dateigröße | 62.21 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-07-25 |
Veröffentlichungsdatum | 2017-07-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Justin Hook |
Zahlungsart | free |
Erweiterungswebsite | https://justinhook.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpspeak by Justin Hook", "short_name": "Trumpspeak", "homepage_url": "http:\/\/pushtrumpoffacliffagain.com\/", "version": "1.0", "description": "Replaces @realDonaldTrump's tweets with \"[garbled]\".", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery-1.7.0.min.js", "script.js" ], "run_at": "document_end", "all_frames": false } ] } |