God Emperor

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

Wat is God Emperor?

God Emperor is een Chrome-extensie ontwikkeld door a meme magic toad, en de belangrijkste functie is "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie God Emperor

Download God Emperor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Officiële URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Beschrijving Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Bestandsgrootte 64.48 KB
Aantal Installaties 129
Huidige Versie 1.1.1.1
Laatst Bijgewerkt 2016-05-23
Publicatiedatum 2016-05-23
Beoordeling 4.54/5 Totaal 26 Beoordelingen
Ontwikkelaar a meme magic toad
Betalingswijze free
Ondersteunde Talen 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
}