AcFun HTML5 Player

Open source:https://github.com/esterTion/AcFun-HTML5-Player

Что такое AcFun HTML5 Player?

AcFun HTML5 Player - это расширение Chrome, разработанное esterTion, и его основная функция - "Open source:https://github.com/esterTion/AcFun-HTML5-Player".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AcFun HTML5 Player

Скачайте файлы расширений AcFun HTML5 Player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An alternative video player for acfun.cn

Permissions explanation: 
「Access to all website data」is for video playback, no data are collected or used for other uses. 
「Modify data you copy and paste」is for comment copying                    

Основная информация о расширении

Название AcFun HTML5 Player AcFun HTML5 Player
ID onjihgccojkcmlmlbjmgkcnehdbpbhcf
Официальный URL https://chromewebstore.google.com/detail/acfun-html5-player/onjihgccojkcmlmlbjmgkcnehdbpbhcf
Описание Open source:https://github.com/esterTion/AcFun-HTML5-Player
Размер файла 167 KB
Количество установок 7,314
Текущая Версия 1.9.9.2
Последнее Обновление 2021-12-08
Дата публикации 2020-04-13
Рейтинг 4.79/5 Всего 165 оценок
Разработчик esterTion
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/esterTion/AcFun-HTML5-Player
URL страницы помощи https://github.com/esterTion/AcFun-HTML5-Player/issues
Поддерживаемые языки en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.9.9.2",
    "description": "__MSG_extDesc__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.acfun.cn\/*",
                "*:\/\/*.hapame.com\/*"
            ],
            "all_frames": true,
            "js": [
                "analytic_fixer.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.acfun.cn\/v\/*",
                "*:\/\/*.acfun.cn\/bangumi\/*",
                "*:\/\/*.hapame.com\/video\/*"
            ],
            "all_frames": true,
            "js": [
                "dom_gen.js",
                "hookFetch.js",
                "resizeSensor.js",
                "hls.light.min.js",
                "hlsjsMediaInfo.min.js",
                "jquery-3.3.1.min.js",
                "google-style-loading.min.js",
                "CommentCoreLibrary.min.js",
                "biliplus_shield.min.js",
                "ABPlayer.min.js",
                "acfun_html5.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.acfun.cn\/*",
        "https:\/\/tx.biliplus.com:7823\/*",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "hookFetch_background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "ABPlayer.css"
    ],
    "minimum_chrome_version": "49.0"
}