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 |
官方網址 | 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" } |