God Emperor

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

Co je God Emperor?

God Emperor je rozšíření Chrome vyvinuté a meme magic toad, a jeho hlavní funkcí je „Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření God Emperor

Stáhněte si soubory rozšíření God Emperor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Oficiální URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Popis Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Velikost souboru 64.48 KB
Počet instalací 129
Aktuální Verze 1.1.1.1
Poslední Aktualizace 2016-05-23
Datum Vydání 2016-05-23
Hodnocení 4.54/5 Celkem 26 Hodnocení
Vývojář a meme magic toad
Typ Platby free
Podporované Jazyky 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
}