HotToHonk

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

¿Qué es HotToHonk?

HotToHonk es una extensión de Chrome desarrollada por Cain Kilgore, y su función principal es "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HotToHonk

Descarga archivos de extensión HotToHonk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
URL Oficial https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Descripción Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Tamaño del Archivo 52.52 KB
Cantidad de Instalaciones 78
Versión Actual 0.0.1
Última Actualización 2019-10-30
Fecha de Publicación 2019-10-30
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador Cain Kilgore
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cainkilgore.com
Idiomas Soportados 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"
    }
}