Play M3u8
Play HLS url in-browser
Apa itu Play M3u8?
Play M3u8 adalah ekstensi Chrome yang dikembangkan oleh andrexnet, dan fitur utamanya adalah "Play HLS url in-browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Play M3u8
Unduh file ekstensi Play M3u8 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
Extension with an clappr.js library from: https://github.com/clappr/clappr Play the m3u8 links you click on and any m3u8 links you paste into the address bar. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. clappr.js also supports HLS + fmp4.
Informasi Dasar Ekstensi
Nama | |
ID | folmbcaopkfclhmdbolnifkpmkfcmlfe |
URL Resmi | https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe |
Deskripsi | Play HLS url in-browser |
Ukuran File | 191 KB |
Jumlah Instalasi | 3,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-31 |
Tanggal Publikasi | 2020-11-01 |
Penilaian | 2.60/5 Total 5 Penilaian |
Pengembang | andrexnet |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Disable" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Play HLS url in-browser", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Play M3u8", "permissions": [ "*:\/\/*\/*.m3u8*", "webRequest", "webRequestBlocking", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "player.html", "icon128.png" ] } |