Eyevinn Player Chrome extension
Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser
Apa itu Eyevinn Player Chrome extension?
Eyevinn Player Chrome extension adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Eyevinn Player Chrome extension
Unduh file ekstensi Eyevinn Player Chrome extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Eyevinn Player Chrome extension |
ID | pnfaggphefamolgkicoieffboglcihgg |
URL Resmi | https://chromewebstore.google.com/detail/eyevinn-player-chrome-ext/pnfaggphefamolgkicoieffboglcihgg |
Deskripsi | Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser |
Ukuran File | 19.2 KB |
Jumlah Instalasi | 1,233 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2018-04-19 |
Tanggal Publikasi | 2018-04-19 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://player.eyevinn.technology/ |
URL Halaman Bantuan | https://github.com/Eyevinn/abr-player-chrome/issues |
Bahasa yang Didukung | 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" } } |