God Emperor

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

Was ist God Emperor?

God Emperor ist eine Chrome-Erweiterung, die von a meme magic toad entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Erweiterungsscreenshots

screenshot
screenshot

God Emperor-Erweiterungs-CRX-Datei herunterladen

Laden Sie God Emperor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Offizielle URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Beschreibung Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Dateigröße 64.48 KB
Installationsanzahl 129
Aktuelle Version 1.1.1.1
Letztes Update 2016-05-23
Veröffentlichungsdatum 2016-05-23
Bewertung 4.54/5 Insgesamt 26 Bewertungen
Entwickler a meme magic toad
Zahlungsart free
Unterstützte Sprachen 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
}