Trumpify

This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.

什么是Trumpify?

Trumpify是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.”。

扩展截图

screenshot
screenshot

下载Trumpify扩展crx文件

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

扩展使用说明

                        Are you tired of reading about GOP nominee Alien Lizard Monster? Er...Donald Trump?

Well, have I got the thing for you! With this amazing Google Chrome extension, you can replace every instance of "Donald Trump" on any websites you visit with "Alien Lizard Monster"!                    

扩展基本信息

名称 Trumpify Trumpify
ID cjcjcdgkcablfjfbbnicgclgfkmjelpn
官方URL https://chromewebstore.google.com/detail/trumpify/cjcjcdgkcablfjfbbnicgclgfkmjelpn
简介 This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.
文件大小 3.85 KB
安装次数 14
当前版本 1.0.1
更新时间 2016-06-06
上架时间 2016-06-06
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpify",
    "short_name": "Replace every instance of 'Donald Trump' with 'Alien Lizard Monster'",
    "description": "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "adjustTrumpContent.js"
            ],
            "run_at": "document_end"
        }
    ]
}