AcFun helper
AcFun helper
What is AcFun helper?
AcFun helper is a Chrome extension developed by niuchaobo2019, and its main feature is "AcFun helper".
Extension Screenshots
Download AcFun helper Extension CRX File
Download AcFun helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Acfun A站 助手可以帮你下载所有能看的视频和番剧。 1.视频下载 2.用户标记 3.自动投蕉
Extension Basic Information
Name | AcFun helper |
ID | jmpmiaajjammeafdklfobkfaobinefef |
Official URL | https://chromewebstore.google.com/detail/acfun-helper/jmpmiaajjammeafdklfobkfaobinefef |
Description | AcFun helper |
File Size | 1.12 MB |
Installation Count | 3,860 |
Current Version | 1.2.12.730 |
Last Updated | 2021-09-10 |
Publish Date | 2020-06-08 |
Rating | 4.40/5 Total 35 Ratings |
Developer | niuchaobo2019 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/niuchaobo/acfun-helper/blob/master/src/note/privacy.md |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.2.12.730", "default_locale": "zh_CN", "description": "__MSG_appDesc__", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "bg\/popup.html" }, "author": "ncb", "background": { "page": "bg\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.acfun.cn\/*" ], "js": [ "lib\/jquery-3.6.0.min.js", "mdui\/js\/mdui.min.js", "bg\/lib\/m3u8-parser.min.js", "bg\/lib\/purify.min.js", "common\/utils.js", "common\/consoleProxy.js", "common\/encyclopedia.js", "common\/uiReact.js", "common\/utilsBundle.js", "fg\/popup.js", "fg\/div.js", "fg\/modules\/danmakuSearch.js", "fg\/modules\/block.js", "fg\/modules\/pageBeautify.js", "fg\/modules\/videoPageBeautify.js", "fg\/modules\/livepageBeautify.js", "fg\/modules\/commentEnhance.js", "fg\/modules\/download.js", "fg\/modules\/live.js", "fg\/modules\/danmaku.js", "fg\/modules\/authInfo.js", "fg\/modules\/banana.js", "fg\/modules\/luckyTurntab.js", "fg\/modules\/videoSetting.js", "fg\/modules\/readMode.js", "fg\/frontend.js" ], "css": [ "fg\/css\/client.css", "fg\/css\/home_nav.css" ], "run_at": "document_start" } ], "minimum_chrome_version": "50.0.0.0", "homepage_url": "https:\/\/www.acfun.cn\/u\/7054138", "options_page": "bg\/options.html", "permissions": [ "contextMenus", "notifications", "tabs", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*", "storage", "unlimitedStorage", "alarms", "cookies" ], "sandbox": { "pages": [ "bg\/sandbox\/sandbox.html" ] }, "omnibox": { "keyword": "ac" }, "commands": { "toggle": { "openAcFun": { "default": "Ctrl+Shift+A" }, "description": "\u6253\u5f00\u4e3b\u7ad9" }, "watchLater": { "watchLaterStart": { "default": "Ctrl+Shift+W" }, "description": "\u7a0d\u540e\u518d\u770b" } }, "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self'; object-src 'self';", "web_accessible_resources": [ "fg\/acfunxhr.js", "fg\/css\/frame.css", "fg\/css\/lucy.css", "fg\/frame.js", "fg\/css\/checkbox.css", "lib\/jquery-3.6.0.min.js", "bg\/lib\/purify.min.js", "bg\/lib\/jqueryExtend.js", "bg\/images\/copy_link.png", "fg\/nav.js", "fg\/modules\/videoSettingInject.js", "fg\/modules\/liveSettingInject.js" ] } |