God Emperor

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

What is God Emperor?

God Emperor is a Chrome extension developed by a meme magic toad, and its main feature is "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Extension Screenshots

screenshot
screenshot

Download God Emperor Extension CRX File

Download God Emperor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Official URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Description Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
File Size 64.48 KB
Installation Count 129
Current Version 1.1.1.1
Last Updated 2016-05-23
Publish Date 2016-05-23
Rating 4.54/5 Total 26 Ratings
Developer a meme magic toad
Payment Type free
Supported Languages 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
}