God Emperor

Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

什么是God Emperor?

God Emperor是由a meme magic toad开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.”。

扩展截图

screenshot
screenshot

下载God Emperor扩展crx文件

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

扩展使用说明

                        Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

Also available for Firefox!  Search for "God Emperor" on the Mozilla Add-ons site.


NEW in v1.1.1.1: Using new and proven "walking" method - this should make JavaScript play even more nicely.

NEW in v1.1.1: Now only making one replacement pass - this should make JavaScript play more nicely.

NEW in v1.1: 400% MORE GOD EMPEROR!  Also looks for variations such as 'Donald J. Trump' and 'Mr. Trump'.

If you have any questions or comments, please feel free to leave feedback here.  You may also find me through my official Reddit account, u/GodEmperorChrome.                    

扩展基本信息

名称 God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
官方URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
简介 Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
文件大小 64.48 KB
安装次数 129
当前版本 1.1.1.1
更新时间 2016-05-23
上架时间 2016-05-23
评分 4.54/5 共26次评分
开发者 a meme magic toad
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "God Emperor",
    "description": "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.",
    "version": "1.1.1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "godemperor.js"
            ]
        }
    ],
    "manifest_version": 2
}