xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
xQc Hopperคืออะไร?
xQc Hopper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabian Schultz และคุณลักษณะหลักของมันคือ "Switch between xQc's Twitch/Kick streams and chats seamlessly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xQc Hopper
ดาวน์โหลดไฟล์ส่วนขยาย xQc Hopper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Comes with a less resource-intensive video player and polls periodically for the live stream. Left toggle switches the stream, right toggle switches the chat.
Pro tip: Add a hash to the player URL followed by another streamer's username to use this extension for other steams as well, for example `/player.html#xqc`. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
| คำอธิบาย | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
| ขนาดไฟล์ | 102 KB |
| จำนวนการติดตั้ง | 29 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2023-06-18 |
| วันที่เผยแพร่ | 2023-06-18 |
| ผู้พัฒนา | Fabian Schultz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "xQc Hopper",
"version": "0.2",
"author": "u\/vonpapen",
"description": "Switch between xQc's Twitch\/Kick streams and chats seamlessly.",
"permissions": [
"cookies",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"*:\/\/*.kick.com\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.ttvnw.net\/*",
"*:\/\/*.akamaized.net\/*",
"*:\/\/*.live-video.net\/*"
],
"icons": {
"48": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
} | |