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]"."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trumpspeak by Justin Hook

ดาวน์โหลดไฟล์ส่วนขยาย Trumpspeak by Justin Hook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Finally, an extension that allows Donald Trump's tweets to read the way he talks.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trumpspeak by Justin Hook Trumpspeak by Justin Hook
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
        }
    ]
}