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 je HotToHonk?

HotToHonk je rozšíření Chrome vyvinuté Cain Kilgore, a jeho hlavní funkcí je „Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HotToHonk

Stáhněte si soubory rozšíření HotToHonk ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
Oficiální URL https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Popis Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Velikost souboru 52.52 KB
Počet instalací 78
Aktuální Verze 0.0.1
Poslední Aktualizace 2019-10-30
Datum Vydání 2019-10-30
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář Cain Kilgore
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cainkilgore.com
Podporované Jazyky 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"
    }
}