Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Что такое Fear Mongering Shithead?
Fear Mongering Shithead - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".
Снимки экрана расширения
Скачать файл CRX расширения Fear Mongering Shithead
Скачайте файлы расширений Fear Mongering Shithead в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
Основная информация о расширении
Название | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Официальный URL | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
Описание | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
Размер файла | 34.96 KB |
Количество установок | 11 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-10-16 |
Дата публикации | 2015-10-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fear Mongering Shithead", "version": "1.0", "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |