HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
Apa itu HotToHonk?
HotToHonk adalah ekstensi Chrome yang dikembangkan oleh Cain Kilgore, dan fitur utamanya adalah "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HotToHonk
Unduh file ekstensi HotToHonk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
URL Resmi | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
Deskripsi | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
Ukuran File | 52.52 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-10-30 |
Tanggal Publikasi | 2019-10-30 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | Cain Kilgore |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cainkilgore.com |
Bahasa yang Didukung | 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" } } |