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
公式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
        }
    ]
}