Trumpspeak by Justin Hook
Replaces @realDonaldTrump's tweets with "[garbled]".
What is Trumpspeak by Justin Hook?
Trumpspeak by Justin Hook is a Chrome extension developed by Justin Hook, and its main feature is "Replaces @realDonaldTrump's tweets with "[garbled]".".
Extension Screenshots
Download Trumpspeak by Justin Hook Extension CRX File
Download Trumpspeak by Justin Hook 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
Finally, an extension that allows Donald Trump's tweets to read the way he talks.
Extension Basic Information
Name | |
ID | dogahdiacndnopcfnhpkfnepmldljode |
Official URL | https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode |
Description | Replaces @realDonaldTrump's tweets with "[garbled]". |
File Size | 62.21 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Justin Hook |
Payment Type | free |
Extension Website | https://justinhook.com |
Supported Languages | 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 } ] } |