AcFun HTML5 Player
为Acfun替换一个和官方Flash播放器界面高度相仿的HTML5播放器。
AcFun HTML5 Playerคืออะไร?
AcFun HTML5 Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scottxu และคุณลักษณะหลักของมันคือ "为Acfun替换一个和官方Flash播放器界面高度相仿的HTML5播放器。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AcFun HTML5 Player
ดาวน์โหลดไฟล์ส่วนขยาย AcFun HTML5 Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
acfun-html5player是一个为AcFun设计的全新Html5第三方播放器。 采用 openBSE (https://iamscottxu.github.io/openBSE/) 高性能弹幕引擎,弹幕丝滑般流畅; 支持自动清晰度,根据网络环境自动切换,免去卡顿烦恼; 调整播放速度,鬼畜乐趣无穷; 增加分P切换按钮,换P免刷新,全屏不退出。 暂不支持高级弹幕,更多功能敬请期待。 这个项目是一个开源项目,遵循MIT开源协议。要联系作者请发邮件至 [email protected] 。 开源仓库:https://github.com/iamscottxu/acfun-Html5player 问题反馈:https://github.com/iamscottxu/acfun-Html5player/issues 许可协议:https://github.com/iamscottxu/acfun-Html5player/blob/master/LICENSE 3.6 版本更新: 增加弹幕发送字体、模式、颜色选择功能。 3.5 版本更新: 更新弹幕服务器接口; 增加加载动画; 恢复一段时间后视频无法加载的问题; 优化播放器逻辑。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AcFun HTML5 Player |
ID | oodpfboapdbeeefjdlilcmoohdhnieen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/acfun-html5-player/oodpfboapdbeeefjdlilcmoohdhnieen |
คำอธิบาย | 为Acfun替换一个和官方Flash播放器界面高度相仿的HTML5播放器。 |
ขนาดไฟล์ | 289 KB |
จำนวนการติดตั้ง | 573 |
เวอร์ชันปัจจุบัน | 3.6 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-07 |
คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | scottxu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/iamscottxu/acfun-Html5player |
URL หน้าช่วยเหลือ | https://github.com/iamscottxu/acfun-Html5player/issues |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AcFun HTML5 Player", "version": "3.6", "author": "scottxu", "description": "\u4e3aAcfun\u66ff\u6362\u4e00\u4e2a\u548c\u5b98\u65b9Flash\u64ad\u653e\u5668\u754c\u9762\u9ad8\u5ea6\u76f8\u4eff\u7684HTML5\u64ad\u653e\u5668\u3002", "icons": { "48": "icons\/acfun-48.png", "96": "icons\/acfun-96.png", "128": "icons\/acfun-128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.acfun.cn\/*", "http:\/\/*.aixifan.com\/*", "http:\/\/*.hapame.com\/*", "https:\/\/static.yximgs.com\/*" ], "web_accessible_resources": [ "scripts\/acfun-html5player.all.min.js", "styles\/acfun-html5player.all.min.css", "htmls\/acfun-html5player.html" ], "content_scripts": [ { "matches": [ "http:\/\/www.acfun.cn\/v\/*", "http:\/\/www.acfun.cn\/bangumi\/*", "http:\/\/www.aixifan.com\/v\/*", "http:\/\/www.aixifan.com\/bangumi\/*", "http:\/\/v.hapame.com\/video\/*" ], "js": [ "content_scripts\/jquery-3.3.1.min.js", "content_scripts\/init.js" ] } ], "background": { "scripts": [ "background_scripts\/webRequest.js" ] } } |