HLS & m3u8 Player: Live & Playback

HLS & m3u8 Player: Live & Playback Extension for Chrome

HLS & m3u8 Player: Live & Playback란 무엇입니까?

HLS & m3u8 Player: Live & Playback은(는) https://anym3u8player.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HLS & m3u8 Player: Live & Playback Extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HLS & m3u8 Player: Live & Playback 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}