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