Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

什么是Trumpinator 3000?

Trumpinator 3000是由boomeasy开发的Chrome扩展程序,该扩展的主要功能是“Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!”。

扩展截图

下载Trumpinator 3000扩展crx文件

下载Trumpinator 3000扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

扩展基本信息

名称 Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
官方URL https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
简介 Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
文件大小 61.52 KB
安装次数 21
当前版本 0.1.2
更新时间 2016-01-24
上架时间 2016-01-23
开发者 boomeasy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/trumpinator3000
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}