God Emperor

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

Cos'è God Emperor?

God Emperor è un'estensione di Chrome sviluppata da a meme magic toad, e la sua funzione principale è "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione God Emperor

Scarica i file di estensione God Emperor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
URL Ufficiale https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Descrizione Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Dimensione del File 64.48 KB
Conteggio Installazioni 129
Versione Corrente 1.1.1.1
Ultimo Aggiornamento 2016-05-23
Data di Pubblicazione 2016-05-23
Valutazione 4.54/5 Totale 26 Valutazioni
Sviluppatore a meme magic toad
Tipo di Pagamento free
Lingue Supportate 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
}