Play M3u8
Play HLS url in-browser
Play M3u8 là gì?
Play M3u8 là một tiện ích mở rộng Chrome được phát triển bởi andrexnet, và tính năng chính của nó là "Play HLS url in-browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Play M3u8
Tải xuống các tệp mở rộng Play M3u8 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | folmbcaopkfclhmdbolnifkpmkfcmlfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/play-m3u8/folmbcaopkfclhmdbolnifkpmkfcmlfe |
Mô tả | Play HLS url in-browser |
Kích Thước Tệp | 191 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-31 |
Ngày Phát Hành | 2020-11-01 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | andrexnet |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |