Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

什么是Replace Trump Cabinet with Death Eaters?

Replace Trump Cabinet with Death Eaters是由Kevin Hill开发的Chrome扩展程序,该扩展的主要功能是“A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.”。

扩展截图

screenshot
screenshot

下载Replace Trump Cabinet with Death Eaters扩展crx文件

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

扩展使用说明

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

扩展基本信息

名称 Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
官方URL https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
简介 A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
文件大小 3.43 MB
安装次数 112
当前版本 1.3
更新时间 2017-03-19
上架时间 2017-03-18
评分 4.76/5 共17次评分
开发者 Kevin Hill
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}