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是由ustvsource开发的Chrome扩展程序,该扩展的主要功能是“Fix ZhuaFan's broken live stream via re-creating flv or hls player”。
扩展截图
下载ZhuaFan Live Stream Helper扩展crx文件
下载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" } |