KickKit
Extension for Kick to enhance the experience with some utilities.
KickKitคืออะไร?
KickKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soruse และคุณลักษณะหลักของมันคือ "Extension for Kick to enhance the experience with some utilities."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KickKit
ดาวน์โหลดไฟล์ส่วนขยาย KickKit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
KickKit provides utility options for kick.com streaming platform. For now it can: - display images linked directly in the chat - blur the images first, and then reveal them by hovering - display basic information about youtube/streamable videos - toggle visibility of top gifters/quick emote holder More stuff coming soon!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KickKit |
ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk |
คำอธิบาย | Extension for Kick to enhance the experience with some utilities. |
ขนาดไฟล์ | 81.93 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-08-08 |
วันที่เผยแพร่ | 2023-07-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | soruse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kickkit.vercel.app/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KickKit", "version": "1.1.1", "description": "Extension for Kick to enhance the experience with some utilities.", "host_permissions": [ "*:\/\/*.kick.com\/*" ], "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content_script.js", "kk_styles.css" ], "matches": [ "https:\/\/*.kick.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |