ZhuaFan Live Stream Helper
Fix ZhuaFan's broken live stream via re-creating flv or hls player
ZhuaFan Live Stream Helperคืออะไร?
ZhuaFan Live Stream Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ustvsource และคุณลักษณะหลักของมันคือ "Fix ZhuaFan's broken live stream via re-creating flv or hls player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZhuaFan Live Stream Helper
ดาวน์โหลดไฟล์ส่วนขยาย ZhuaFan Live Stream Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enhances your ZhuaFan viewing experience. Fix Live Stream: Fix the broken live stream on ZhuaFan by re-creating HLS or FLV container. Dark Mode: Apply dark mode for live stream. Rewind(Experiment Feature): Support rewind live stream up to 10 minutes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZhuaFan Live Stream Helper |
ID | oojlaoliclbpgfjfbknljiejmenodjlc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zhuafan-live-stream-helpe/oojlaoliclbpgfjfbknljiejmenodjlc |
คำอธิบาย | Fix ZhuaFan's broken live stream via re-creating flv or hls player |
ขนาดไฟล์ | 146 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-11-14 |
วันที่เผยแพร่ | 2022-11-02 |
ผู้พัฒนา | ustvsource |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.2.0", "author": "isnim", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "scripting", "storage" ], "background": { "service_worker": "background.aa95d78a.js" }, "host_permissions": [ "https:\/\/www.zhuafan.tech\/v2\/live\/*" ], "default_locale": "zh_CN" } |