AcFun HTML5 Player
Open source:https://github.com/esterTion/AcFun-HTML5-Player
AcFun HTML5 Player란 무엇입니까?
AcFun HTML5 Player은(는) esterTion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open source:https://github.com/esterTion/AcFun-HTML5-Player"입니다.
확장 프로그램 스크린샷
AcFun HTML5 Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An alternative video player for acfun.cn Permissions explanation: 「Access to all website data」is for video playback, no data are collected or used for other uses. 「Modify data you copy and paste」is for comment copying
확장 프로그램 기본 정보
이름 | AcFun HTML5 Player |
ID | onjihgccojkcmlmlbjmgkcnehdbpbhcf |
공식 URL | https://chromewebstore.google.com/detail/acfun-html5-player/onjihgccojkcmlmlbjmgkcnehdbpbhcf |
설명 | Open source:https://github.com/esterTion/AcFun-HTML5-Player |
파일 크기 | 167 KB |
설치 횟수 | 7,314 |
현재 버전 | 1.9.9.2 |
최근 업데이트 | 2021-12-08 |
출시 날짜 | 2020-04-13 |
평점 | 4.79/5 총 165 개의 평점 |
개발자 | esterTion |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/esterTion/AcFun-HTML5-Player |
도움말 페이지 URL | https://github.com/esterTion/AcFun-HTML5-Player/issues |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.9.9.2", "description": "__MSG_extDesc__", "content_scripts": [ { "matches": [ "*:\/\/*.acfun.cn\/*", "*:\/\/*.hapame.com\/*" ], "all_frames": true, "js": [ "analytic_fixer.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.acfun.cn\/v\/*", "*:\/\/*.acfun.cn\/bangumi\/*", "*:\/\/*.hapame.com\/video\/*" ], "all_frames": true, "js": [ "dom_gen.js", "hookFetch.js", "resizeSensor.js", "hls.light.min.js", "hlsjsMediaInfo.min.js", "jquery-3.3.1.min.js", "google-style-loading.min.js", "CommentCoreLibrary.min.js", "biliplus_shield.min.js", "ABPlayer.min.js", "acfun_html5.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.acfun.cn\/*", "https:\/\/tx.biliplus.com:7823\/*", "storage", "clipboardWrite" ], "background": { "scripts": [ "hookFetch_background.js" ] }, "icons": { "48": "icon.png" }, "default_locale": "en", "web_accessible_resources": [ "ABPlayer.css" ], "minimum_chrome_version": "49.0" } |