HLS & m3u8 Player: Live & Playback

HLS & m3u8 Player: Live & Playback Extension for Chrome

HLS & m3u8 Player: Live & Playbackคืออะไร?

HLS & m3u8 Player: Live & Playback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://anym3u8player.com และคุณลักษณะหลักของมันคือ "HLS & m3u8 Player: Live & Playback Extension for Chrome"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HLS & m3u8 Player: Live & Playback

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

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

                        HLS & m3u8 Player: Live & Playback Extension for Chrome
M3U8 HTTP Live Player. You can watch HTTP m3u8 Links.
Easily watch .m3u8 HLS videos directly in your browser without any fuss.

Visit our official website: https://anym3u8player.com

Introducing the HLS & m3u8 Player, a dedicated Chrome extension that seamlessly facilitates HTTP Live Streaming (HLS) playback. 

Leveraging the capabilities of HTML5 video and MediaSource Extensions, this extension ensures smooth playback experiences for its users. Our underlying technology adeptly converts MPEG-2 Transport Stream as well as AAC/MP3 streams into ISO BMFF (MP4) fragments. For browsers equipped with Web Worker, this conversion process is efficiently performed in an asynchronous manner.

Additionally, our extension proudly supports HLS combined with fmp4, keeping in line with the advancements announced during WWDC2016.

Whether you're seeking a simple m3u8 player our extension stands ready to serve. Try HLS & m3u8 player today and revolutionize your playback and live experience!

도움말: m3u8 플레이어, 동영상 스트리밍.                    

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

ชื่อ HLS & m3u8 Player: Live & Playback HLS & m3u8 Player: Live & Playback
ID fidhgbcdlndocfmjdakjgkmjgiljjohi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hls-m3u8-player-live-play/fidhgbcdlndocfmjdakjgkmjgiljjohi
คำอธิบาย HLS & m3u8 Player: Live & Playback Extension for Chrome
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 307
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2023-10-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://anym3u8player.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://anym3u8player.com
URL หน้าช่วยเหลือ https://anym3u8player.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HLS & m3u8 Player: Live & Playback",
    "version": "1.0.0",
    "description": "HLS & m3u8 Player: Live & Playback Extension for Chrome",
    "homepage_url": "https:\/\/anym3u8player.com",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "HLS & m3u8 Player: Live & Playback"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js",
                "*.css",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}