HotToHonk

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

Cos'è HotToHonk?

HotToHonk è un'estensione di Chrome sviluppata da Cain Kilgore, e la sua funzione principale è "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HotToHonk

Scarica i file di estensione HotToHonk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
URL Ufficiale https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Descrizione Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Dimensione del File 52.52 KB
Conteggio Installazioni 78
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-10-30
Data di Pubblicazione 2019-10-30
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Cain Kilgore
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cainkilgore.com
Lingue Supportate 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"
    }
}