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