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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |