AcFun HTML5 Player

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

¿Qué es AcFun HTML5 Player?

AcFun HTML5 Player es una extensión de Chrome desarrollada por esterTion, y su función principal es "Open source:https://github.com/esterTion/AcFun-HTML5-Player".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AcFun HTML5 Player

Descarga archivos de extensión AcFun HTML5 Player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre AcFun HTML5 Player AcFun HTML5 Player
ID onjihgccojkcmlmlbjmgkcnehdbpbhcf
URL Oficial https://chromewebstore.google.com/detail/acfun-html5-player/onjihgccojkcmlmlbjmgkcnehdbpbhcf
Descripción Open source:https://github.com/esterTion/AcFun-HTML5-Player
Tamaño del Archivo 167 KB
Cantidad de Instalaciones 7,314
Versión Actual 1.9.9.2
Última Actualización 2021-12-08
Fecha de Publicación 2020-04-13
Calificación 4.79/5 Total de 165 Calificaciones
Desarrollador esterTion
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/esterTion/AcFun-HTML5-Player
URL de la Página de Ayuda https://github.com/esterTion/AcFun-HTML5-Player/issues
Idiomas Soportados 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"
}