HotToHonk

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

Vad är HotToHonk?

HotToHonk är en Chrome-tillägg utvecklad av Cain Kilgore, och dess huvudfunktion är "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".

Tilläggsskärmbilder

screenshot

Ladda ner HotToHonk-förlängningens CRX-fil

Ladda ner HotToHonk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
Officiell webbadress https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Beskrivning Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Filstorlek 52.52 KB
Antal Installationer 78
Aktuell Version 0.0.1
Senast Uppdaterad 2019-10-30
Publiceringsdatum 2019-10-30
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare Cain Kilgore
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cainkilgore.com
Stödda Språk 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"
    }
}