HotToHonk
Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
ما هو HotToHonk؟
HotToHonk هو إضافة Chrome تم تطويرها بواسطة Cain Kilgore، والميزة الرئيسية لها هي "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HotToHonk
قم بتنزيل ملفات الامتداد HotToHonk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | mhpfnbgjphkldelhiainlmlpofpjnlak |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak |
الوصف | Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes. |
حجم الملف | 52.52 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-10-30 |
تاريخ النشر | 2019-10-30 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | Cain Kilgore |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cainkilgore.com |
اللغات المدعومة | 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" } } |