ZhuaFan Live Stream Helper
Fix ZhuaFan's broken live stream via re-creating flv or hls player
What is ZhuaFan Live Stream Helper?
ZhuaFan Live Stream Helper is a Chrome extension developed by ustvsource, and its main feature is "Fix ZhuaFan's broken live stream via re-creating flv or hls player".
Extension Screenshots
Download ZhuaFan Live Stream Helper Extension CRX File
Download ZhuaFan Live Stream Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ZhuaFan Live Stream Helper |
ID | oojlaoliclbpgfjfbknljiejmenodjlc |
Official URL | https://chromewebstore.google.com/detail/zhuafan-live-stream-helpe/oojlaoliclbpgfjfbknljiejmenodjlc |
Description | Fix ZhuaFan's broken live stream via re-creating flv or hls player |
File Size | 146 KB |
Installation Count | 28 |
Current Version | 1.2.0 |
Last Updated | 2022-11-14 |
Publish Date | 2022-11-02 |
Developer | ustvsource |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |