HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
What is HotToHonk?
HotToHonk is a Chrome extension developed by Cain Kilgore, and its main feature is "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
Extension Screenshots
Download HotToHonk Extension CRX File
Download HotToHonk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
Official URL | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
Description | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
File Size | 52.52 KB |
Installation Count | 78 |
Current Version | 0.0.1 |
Last Updated | 2019-10-30 |
Publish Date | 2019-10-30 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Cain Kilgore |
[email protected] | |
Payment Type | free |
Extension Website | https://cainkilgore.com |
Supported Languages | 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" } } |