Trumpspeak by Justin Hook

Replaces @realDonaldTrump's tweets with "[garbled]".

什麼是Trumpspeak by Justin Hook?

Trumpspeak by Justin Hook是由Justin Hook開發的Chrome擴展程式,該擴展的主要功能是“Replaces @realDonaldTrump's tweets with "[garbled]".”。

擴展截圖

screenshot

下載Trumpspeak by Justin Hook擴展crx文件

下載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
官方網址 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
        }
    ]
}