HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Wat is HotToHonk?
HotToHonk is een Chrome-extensie ontwikkeld door Cain Kilgore, en de belangrijkste functie is "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
Extensie Screenshots
Download het CRX-bestand van de extensie HotToHonk
Download HotToHonk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
Officiële URL | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
Beschrijving | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
Bestandsgrootte | 52.52 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-10-30 |
Publicatiedatum | 2019-10-30 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Cain Kilgore |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cainkilgore.com |
Ondersteunde Talen | 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" } } |