God Emperor

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

Co to jest God Emperor?

God Emperor to rozszerzenie Chrome opracowane przez a meme magic toad, a jego główną funkcją jest „Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia God Emperor

Pobierz pliki rozszerzeń God Emperor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Oficjalny URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Opis Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Rozmiar pliku 64.48 KB
Liczba instalacji 129
Aktualna Wersja 1.1.1.1
Ostatnia Aktualizacja 2016-05-23
Data Publikacji 2016-05-23
Ocena 4.54/5 Łącznie 26 Oceny
Deweloper a meme magic toad
Typ Płatności free
Obsługiwane Języki 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
}