AcFun helper

AcFun helper

Hvad er AcFun helper?

AcFun helper er en Chrome-udvidelse udviklet af niuchaobo2019, og dens hovedfunktion er "AcFun helper".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AcFun helper-udvidelses-CRX-fil

Download AcFun helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Acfun A站 助手可以帮你下载所有能看的视频和番剧。
1.视频下载
2.用户标记
3.自动投蕉                    

Grundlæggende oplysninger om udvidelsen

Navn AcFun helper AcFun helper
ID jmpmiaajjammeafdklfobkfaobinefef
Officiel URL https://chromewebstore.google.com/detail/acfun-helper/jmpmiaajjammeafdklfobkfaobinefef
Beskrivelse AcFun helper
Filstørrelse 1.12 MB
Antal Installationer 3,860
Nuværende Version 1.2.12.730
Senest Opdateret 2021-09-10
Udgivelsesdato 2020-06-08
Bedømmelse 4.40/5 Samlet 35 Bedømmelser
Udvikler niuchaobo2019
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/niuchaobo/acfun-helper/blob/master/src/note/privacy.md
Understøttede Sprog 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"
    ]
}