Inline HLS Player
Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)
Apa itu Inline HLS Player?
Inline HLS Player adalah ekstensi Chrome yang dikembangkan oleh Alexey Tsikov, dan fitur utamanya adalah "Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inline HLS Player
Unduh file ekstensi Inline HLS Player 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
This extension allows to watch HLS videos (designed for mobile phones) right inside desktop browser. Hls.js library is used to support playback. No need to open video urls in separate tab or window. Inline HLS Player will detect if video tryes to load HLS and will handle it.
Informasi Dasar Ekstensi
Nama | Inline HLS Player |
ID | geecgiclhemdbkmmbflfdophmppjjial |
URL Resmi | https://chromewebstore.google.com/detail/inline-hls-player/geecgiclhemdbkmmbflfdophmppjjial |
Deskripsi | Extension allows browser to play HLS videos inside webpage using hls.js library (https://github.com/video-dev/hls.js/) |
Ukuran File | 7.68 KB |
Jumlah Instalasi | 7,092 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2017-12-08 |
Tanggal Publikasi | 2017-12-08 |
Penilaian | 3.55/5 Total 11 Penilaian |
Pengembang | Alexey Tsikov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inline HLS Player", "short_name": "Inline HLS", "description": "Extension allows browser to play HLS videos inside webpage using hls.js library (https:\/\/github.com\/video-dev\/hls.js\/)", "version": "0.1.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "detectHlsVideo.js" ], "all_frames": true } ], "web_accessible_resources": [ "injectHlsJs.js" ] } |