Kim Jong Trump

Replace any mention of Trump with Kim Jong Un

什么是Kim Jong Trump?

Kim Jong Trump是由Uncle Kevy开发的Chrome扩展程序,该扩展的主要功能是“Replace any mention of Trump with Kim Jong Un”。

扩展截图

screenshot

下载Kim Jong Trump扩展crx文件

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

扩展使用说明

                        Trump and Kim Jong Un are getting more and more similar by the day. But what would headlines look like when Trump is replaced with the dictator? Let's see.                    

扩展基本信息

名称 Kim Jong Trump Kim Jong Trump
ID cljofobkflalnjblekodigoamigbeaid
官方URL https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid
简介 Replace any mention of Trump with Kim Jong Un
文件大小 37.12 KB
安装次数 146
当前版本 1.0
更新时间 2017-08-13
上架时间 2017-08-13
评分 5.00/5 共5次评分
开发者 Uncle Kevy
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kim Jong Trump",
    "description": "Replace any mention of Trump with Kim Jong Un",
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}