Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

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

Some Rich Asshole - это расширение Chrome, разработанное drew, и его основная функция - "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".

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

screenshot
screenshot
screenshot

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

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

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

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

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

Название Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Официальный URL https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Описание Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Размер файла 33.73 KB
Количество установок 603
Текущая Версия 1.2
Последнее Обновление 2015-09-17
Дата публикации 2015-09-17
Рейтинг 4.81/5 Всего 72 оценок
Разработчик drew
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения http://somerichasshole.com
URL страницы помощи http://somerichasshole.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}