AcFun helper
AcFun helper
Apa itu AcFun helper?
AcFun helper adalah ekstensi Chrome yang dikembangkan oleh niuchaobo2019, dan fitur utamanya adalah "AcFun helper".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AcFun helper
Unduh file ekstensi AcFun helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Acfun A站 助手可以帮你下载所有能看的视频和番剧。 1.视频下载 2.用户标记 3.自动投蕉
Informasi Dasar Ekstensi
Nama | AcFun helper |
ID | jmpmiaajjammeafdklfobkfaobinefef |
URL Resmi | https://chromewebstore.google.com/detail/acfun-helper/jmpmiaajjammeafdklfobkfaobinefef |
Deskripsi | AcFun helper |
Ukuran File | 1.12 MB |
Jumlah Instalasi | 3,860 |
Versi Saat Ini | 1.2.12.730 |
Terakhir Diperbarui | 2021-09-10 |
Tanggal Publikasi | 2020-06-08 |
Penilaian | 4.40/5 Total 35 Penilaian |
Pengembang | niuchaobo2019 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/niuchaobo/acfun-helper/blob/master/src/note/privacy.md |
Bahasa yang Didukung | 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" ] } |