Kill St Patty
End the St Patty’s Day Madness.
Что такое Kill St Patty?
Kill St Patty - это расширение Chrome, разработанное vocativinteractive, и его основная функция - "End the St Patty’s Day Madness.".
Скачать файл CRX расширения Kill St Patty
Скачайте файлы расширений Kill St Patty в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sick of seeing St Patrick's Day written as 'St Patty's Day'? Yeah. So were we. So we wrote a simple Chrome extension that changes all appearances of St Patty's Day to either Paddy's Day or St Patrick's Day, as God intended. YOU'RE WELCOME
Основная информация о расширении
Название | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
Официальный URL | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
Описание | End the St Patty’s Day Madness. |
Размер файла | 32.39 KB |
Количество установок | 12 |
Текущая Версия | 7.0 |
Последнее Обновление | 2016-03-14 |
Дата публикации | 2016-03-14 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | vocativinteractive |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill St Patty", "version": "7.0", "description": "End the St Patty\u2019s Day Madness.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |