HotToHonk

Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.

Co to jest HotToHonk?

HotToHonk to rozszerzenie Chrome opracowane przez Cain Kilgore, a jego główną funkcją jest „Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HotToHonk

Pobierz pliki rozszerzeń HotToHonk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
Oficjalny URL https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Opis Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Rozmiar pliku 52.52 KB
Liczba instalacji 78
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2019-10-30
Data Publikacji 2019-10-30
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper Cain Kilgore
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cainkilgore.com
Obsługiwane Języki 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"
    }
}