HotToHonk

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

Was ist HotToHonk?

HotToHonk ist eine Chrome-Erweiterung, die von Cain Kilgore entwickelt wurde, und ihr Hauptmerkmal ist "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".

Erweiterungsscreenshots

screenshot

HotToHonk-Erweiterungs-CRX-Datei herunterladen

Laden Sie HotToHonk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
Offizielle URL https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Beschreibung Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Dateigröße 52.52 KB
Installationsanzahl 78
Aktuelle Version 0.0.1
Letztes Update 2019-10-30
Veröffentlichungsdatum 2019-10-30
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler Cain Kilgore
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cainkilgore.com
Unterstützte Sprachen 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"
    }
}