HotToHonk

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

Hvad er HotToHonk?

HotToHonk er en Chrome-udvidelse udviklet af Cain Kilgore, og dens hovedfunktion er "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".

Udvidelsesskærmbilleder

screenshot

Download HotToHonk-udvidelses-CRX-fil

Download HotToHonk-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
Officiel URL https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Beskrivelse Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Filstørrelse 52.52 KB
Antal Installationer 78
Nuværende Version 0.0.1
Senest Opdateret 2019-10-30
Udgivelsesdato 2019-10-30
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler Cain Kilgore
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cainkilgore.com
Understøttede Sprog 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"
    }
}