KickAssist
Enhance Kick.com with Message History, Replay Buffer, VOD Controls, Spell Check and More!
KickAssistคืออะไร?
KickAssist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://miahfuta.com และคุณลักษณะหลักของมันคือ "Enhance Kick.com with Message History, Replay Buffer, VOD Controls, Spell Check and More!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KickAssist
ดาวน์โหลดไฟล์ส่วนขยาย KickAssist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With a Sent Message History to Resend Messages Faster + A Replay Buffer to Rewind Streams + Spellcheck Enabled in Chat + Added VOD Controls and More; Using KickAssist just seems like an obvious choice.
- Chat Features -
Enables Spellcheck
Sent Message History
Auto Focus Input after Message Send
Auto Focus Input after Quick Emote Send
Toggle Auto Chat Scrolling with ALT Key
Client Side Chat Clear Prevention
Client Side Chat Clear Option
Show Banned Messages
Show Deleted Messages
Show Timed Out Messages
Message Outlines for Staff
Message Outlines for Moderators
Message Outlines for Streamer
Message Outlines for Verified
- Stream Features -
Auto Mute Stream
Auto Theater Mode
Replay Buffer to Rewind
Custom Playback Speed
- VOD Features -
Better VOD Controls
Better Time Stamps
Custom Playback Speed
Space Bar = Pause/Play
- Version 1.1.8 Changes -
Added the Option to Disable Spellcheck
Removed the Spellcheck On Message
Other Misc Fixes due to Kick Site Changes ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mhofahpppljielibicgjjjddhnkmhpml |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kickassist/mhofahpppljielibicgjjjddhnkmhpml |
| คำอธิบาย | Enhance Kick.com with Message History, Replay Buffer, VOD Controls, Spell Check and More! |
| ขนาดไฟล์ | 63.8 KB |
| จำนวนการติดตั้ง | 2,201 |
| เวอร์ชันปัจจุบัน | 1.1.8 |
| อัปเดตครั้งล่าสุด | 2024-02-28 |
| วันที่เผยแพร่ | 2023-08-10 |
| คะแนน | 4.08/5 รวมทั้งหมด 13 คะแนน |
| ผู้พัฒนา | https://miahfuta.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KickAssist",
"version": "1.1.8",
"description": "Enhance Kick.com with Message History, Replay Buffer, VOD Controls, Spell Check and More!",
"author": "MiahFuta",
"homepage_url": "https:\/\/miahfuta.com",
"permissions": [],
"host_permissions": [
"*:\/\/*.kick.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.kick.com\/*"
],
"js": [
"data\/scripts\/load.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"data\/scripts\/*.js",
"data\/popup\/*.css",
"data\/popup\/*.js"
],
"matches": [
"*:\/\/*.kick.com\/*"
]
}
],
"action": {
"default_title": "KickAssist",
"default_popup": "data\/popup\/index.html",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{e89933d8-6340-4128-9f91-03d095a9937f}"
}
}
} | |