Eyevinn Player Chrome extension

Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser

Eyevinn Player Chrome extensionคืออะไร?

Eyevinn Player Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eyevinn Player Chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย Eyevinn Player Chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension you have the ability to play HLS, MPEG-DASH and Smooth Streaming streams directly in your browser. The extension is built on the Eyevinn HTML Player                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Eyevinn Player Chrome extension Eyevinn Player Chrome extension
ID pnfaggphefamolgkicoieffboglcihgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eyevinn-player-chrome-ext/pnfaggphefamolgkicoieffboglcihgg
คำอธิบาย Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser
ขนาดไฟล์ 19.2 KB
จำนวนการติดตั้ง 1,233
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2018-04-19
วันที่เผยแพร่ 2018-04-19
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://player.eyevinn.technology/
URL หน้าช่วยเหลือ https://github.com/Eyevinn/abr-player-chrome/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyevinn Player Chrome extension",
    "version": "0.2.2",
    "description": "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/eyevinn-logo-square.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/player.eyevinn.technology blob:; object-src 'self'",
    "permissions": [
        "*:\/\/*\/*.m3u8",
        "*:\/\/*\/*.mpd",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/eyevinn-logo-square.png"
    }
}