Trumpspeak by Justin Hook
Replaces @realDonaldTrump's tweets with "[garbled]".
ما هو Trumpspeak by Justin Hook؟
Trumpspeak by Justin Hook هو إضافة Chrome تم تطويرها بواسطة Justin Hook، والميزة الرئيسية لها هي "Replaces @realDonaldTrump's tweets with "[garbled]".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trumpspeak by Justin Hook
قم بتنزيل ملفات الامتداد Trumpspeak by Justin Hook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finally, an extension that allows Donald Trump's tweets to read the way he talks.
معلومات أساسية عن التمديد
الاسم | |
ID | dogahdiacndnopcfnhpkfnepmldljode |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode |
الوصف | Replaces @realDonaldTrump's tweets with "[garbled]". |
حجم الملف | 62.21 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-07-25 |
تاريخ النشر | 2017-07-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Justin Hook |
نوع الدفع | free |
موقع الإضافة | https://justinhook.com |
اللغات المدعومة | 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 } ] } |