Open source:https://github.com/esterTion/AcFun-HTML5-Player
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.9.9",
"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",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"hookFetch_background.js"
]
},
"icons": {
"48": "icon.png"
},
"default_locale": "en",
"web_accessible_resources": [
"ABPlayer.css"
],
"minimum_chrome_version": "49.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}