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文件
下载AcFun HTML5 Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |