AcFun HTML5 Player

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

Qu'est-ce que AcFun HTML5 Player ?

AcFun HTML5 Player est une extension Chrome développée par esterTion, et sa fonction principale est "Open source:https://github.com/esterTion/AcFun-HTML5-Player".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AcFun HTML5 Player

Téléchargez les fichiers d'extension AcFun HTML5 Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AcFun HTML5 Player AcFun HTML5 Player
ID onjihgccojkcmlmlbjmgkcnehdbpbhcf
URL Officiel https://chromewebstore.google.com/detail/acfun-html5-player/onjihgccojkcmlmlbjmgkcnehdbpbhcf
Description Open source:https://github.com/esterTion/AcFun-HTML5-Player
Taille du Fichier 167 KB
Nombre d'Installations 7,314
Version Actuelle 1.9.9.2
Dernière Mise à Jour 2021-12-08
Date de Publication 2020-04-13
Évaluation 4.79/5 Total 165 Évaluations
Développeur esterTion
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/esterTion/AcFun-HTML5-Player
URL de la Page d'Aide https://github.com/esterTion/AcFun-HTML5-Player/issues
Langues Prises en Charge 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"
}