AcFun helper

AcFun helper

Wat is AcFun helper?

AcFun helper is een Chrome-extensie ontwikkeld door niuchaobo2019, en de belangrijkste functie is "AcFun helper".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AcFun helper

Download AcFun helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AcFun helper AcFun helper
ID jmpmiaajjammeafdklfobkfaobinefef
Officiële URL https://chromewebstore.google.com/detail/acfun-helper/jmpmiaajjammeafdklfobkfaobinefef
Beschrijving AcFun helper
Bestandsgrootte 1.12 MB
Aantal Installaties 3,860
Huidige Versie 1.2.12.730
Laatst Bijgewerkt 2021-09-10
Publicatiedatum 2020-06-08
Beoordeling 4.40/5 Totaal 35 Beoordelingen
Ontwikkelaar niuchaobo2019
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/niuchaobo/acfun-helper/blob/master/src/note/privacy.md
Ondersteunde Talen 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"
    ]
}