Trump Replace

Replaces all instances of Trump's name on every page with something more tolerable.

什么是Trump Replace?

Trump Replace是由jackofspades开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of Trump's name on every page with something more tolerable.”。

扩展截图

screenshot

下载Trump Replace扩展crx文件

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

扩展使用说明

                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                    

扩展基本信息

名称 Trump Replace Trump Replace
ID ndkbcljkfigafchkgjacamkkomjmdkpe
官方URL https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe
简介 Replaces all instances of Trump's name on every page with something more tolerable.
文件大小 8 KB
安装次数 77
当前版本 1.1.0
更新时间 2016-10-13
上架时间 2016-10-13
评分 4.92/5 共12次评分
开发者 jackofspades
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}