Trumpspeak by Justin Hook
Replaces @realDonaldTrump's tweets with "[garbled]".
Trumpspeak by Justin Hook là gì?
Trumpspeak by Justin Hook là một tiện ích mở rộng Chrome được phát triển bởi Justin Hook, và tính năng chính của nó là "Replaces @realDonaldTrump's tweets with "[garbled]".".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trumpspeak by Justin Hook
Tải xuống các tệp mở rộng Trumpspeak by Justin Hook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Finally, an extension that allows Donald Trump's tweets to read the way he talks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dogahdiacndnopcfnhpkfnepmldljode |
URL Chính Thức | https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode |
Mô tả | Replaces @realDonaldTrump's tweets with "[garbled]". |
Kích Thước Tệp | 62.21 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-07-25 |
Ngày Phát Hành | 2017-07-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Justin Hook |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://justinhook.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |