God Emperor

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

Qu'est-ce que God Emperor ?

God Emperor est une extension Chrome développée par a meme magic toad, et sa fonction principale est "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension God Emperor

Téléchargez les fichiers d'extension God Emperor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
URL Officiel https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Description Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Taille du Fichier 64.48 KB
Nombre d'Installations 129
Version Actuelle 1.1.1.1
Dernière Mise à Jour 2016-05-23
Date de Publication 2016-05-23
Évaluation 4.54/5 Total 26 Évaluations
Développeur a meme magic toad
Type de Paiement free
Langues Prises en Charge 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
}