AcFun HTML5 Player

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

AcFun HTML5 Player क्या है?

AcFun HTML5 Player esterTion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open source:https://github.com/esterTion/AcFun-HTML5-Player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AcFun HTML5 Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}