HotToHonk

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

O que é HotToHonk?

HotToHonk é uma extensão do Chrome desenvolvida por Cain Kilgore, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HotToHonk

Baixe arquivos de extensão HotToHonk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
URL Oficial https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
Descrição Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Tamanho do Arquivo 52.52 KB
Contagem de Instalações 78
Versão Atual 0.0.1
Última Atualização 2019-10-30
Data de Publicação 2019-10-30
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Cain Kilgore
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cainkilgore.com
Idiomas Suportados 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"
    }
}