Some Rich Asshole Enhanced

Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.

Что такое Some Rich Asshole Enhanced?

Some Rich Asshole Enhanced - это расширение Chrome, разработанное gibberishexercise, и его основная функция - "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Some Rich Asshole Enhanced

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

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

                        Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses.

We don't like Bannon either: http://wtfisastevebannon.com/


Forked, without shame, from the original Some Rich Asshole plugin:

https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh                    

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

Название Some Rich Asshole Enhanced Some Rich Asshole Enhanced
ID hhdiccpconjkghpllkdieckibcieidpk
Официальный URL https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk
Описание Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Размер файла 97.16 KB
Количество установок 98
Текущая Версия 3.2.2
Последнее Обновление 2018-01-17
Дата публикации 2018-01-17
Рейтинг 4.21/5 Всего 24 оценок
Разработчик gibberishexercise
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://wtfisastevebannon.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole Enhanced",
    "version": "3.2.2",
    "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "jquery-ui\/jquery-ui.min.js",
                "phrases.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}