HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Что такое HotToHonk?
HotToHonk - это расширение Chrome, разработанное Cain Kilgore, и его основная функция - "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
Снимки экрана расширения
Скачать файл CRX расширения HotToHonk
Скачайте файлы расширений HotToHonk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hot to Honk is a simple Chrome Extension which takes over your page and replaces any instances of "hot" to "honk". Subtle, but it's guaranteed to get you at some point. Install it on a friend's computer, install it on a co-workers computer, get really confused at GitHub Hotfixes, and much more!
Основная информация о расширении
Название | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
Официальный URL | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
Описание | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
Размер файла | 52.52 KB |
Количество установок | 78 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2019-10-30 |
Дата публикации | 2019-10-30 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | Cain Kilgore |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://cainkilgore.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HotToHonk", "version": "0.0.1", "manifest_version": 2, "description": "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.", "homepage_url": "https:\/\/cainkilgore.com", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "background.js" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "honk.png" } } |