God Emperor

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

Что такое God Emperor?

God Emperor - это расширение Chrome, разработанное a meme magic toad, и его основная функция - "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения God Emperor

Скачайте файлы расширений God Emperor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
Официальный URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
Описание Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
Размер файла 64.48 KB
Количество установок 129
Текущая Версия 1.1.1.1
Последнее Обновление 2016-05-23
Дата публикации 2016-05-23
Рейтинг 4.54/5 Всего 26 оценок
Разработчик a meme magic toad
Тип оплаты free
Поддерживаемые языки 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
}