AcFun helper

AcFun helper

AcFun helper란 무엇입니까?

AcFun helper은(는) niuchaobo2019에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AcFun helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AcFun helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 AcFun helper AcFun helper
ID jmpmiaajjammeafdklfobkfaobinefef
공식 URL https://chromewebstore.google.com/detail/acfun-helper/jmpmiaajjammeafdklfobkfaobinefef
설명 AcFun helper
파일 크기 1.12 MB
설치 횟수 3,860
현재 버전 1.2.12.730
최근 업데이트 2021-09-10
출시 날짜 2020-06-08
평점 4.40/5 총 35 개의 평점
개발자 niuchaobo2019
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/niuchaobo/acfun-helper/blob/master/src/note/privacy.md
지원되는 언어 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"
    ]
}