VideoPlayer MPD/M3U8/M3U/EPG

Native video player for videos or livestreams in DASH (mpd), HLS (m3u8) format and M3U list with EPG support.

VideoPlayer MPD/M3U8/M3U/EPG란 무엇입니까?

VideoPlayer MPD/M3U8/M3U/EPG은(는) Sh4rkill3r에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Native video player for videos or livestreams in DASH (mpd), HLS (m3u8) format and M3U list with EPG support."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

VideoPlayer MPD/M3U8/M3U/EPG 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SUPPORT FOR:
* LIVE and VODS streams.
* M3U playlist playback with channel selector and EPG support.
* Selection of audio and video track.
* Selection of subtitles.
* Selection of playback speed.
* Widevine, Fairplay and Clearkey DRM.
* Custom playlist.
* Custom title using "&title=" parameter
* Custom image using "&image=" parameter
* Custom headers using "&headers=" parameter
* Activate/Deactivate automatic video playback by clicking on the extension icon.

HOW TO USE:
Just access the URL of the .mpd or .m3u8 video file or .m3u list.
The player will open automatically when accessing the link.

ADVANCED SETTINGS WIKI:
https://github.com/sharkiller/Reproductor-MPD-M3U8/wiki
Full explanation of how to use the extension.

FREE USE TEST SAMPLES:
HLS LIVE (m3u8):
https://cph-msl.akamaized.net/hls/live/2000341/test/master.m3u8
DASH LIVE (mpd):
https://cph-msl.akamaized.net/dash/live/2003285/test/manifest.mpd
4K DASH VIDEO (mpd):
https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd                    

확장 프로그램 기본 정보

이름 VideoPlayer MPD/M3U8/M3U/EPG VideoPlayer MPD/M3U8/M3U/EPG
ID opmeopcambhfimffbomjgemehjkbbmji
공식 URL https://chromewebstore.google.com/detail/videoplayer-mpdm3u8m3uepg/opmeopcambhfimffbomjgemehjkbbmji
설명 Native video player for videos or livestreams in DASH (mpd), HLS (m3u8) format and M3U list with EPG support.
파일 크기 2.41 MB
설치 횟수 10,000
현재 버전 8.27.1.40205
최근 업데이트 2024-02-05
출시 날짜 2022-12-09
평점 4.78/5 총 27 개의 평점
개발자 Sh4rkill3r
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sharkiller/Reproductor-MPD-M3U8
도움말 페이지 URL https://github.com/sharkiller/Reproductor-MPD-M3U8/issues
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/e4b824b5-f1ce-4a7c-b237-3a2f86b333c6
지원되는 언어 de,en,fr,vi,tr,es,it,pl,pt-PT,sk,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "8.27.1.40205",
    "author": "Sharkiller",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "play-on.png",
        "default_title": "__MSG_extension_name__\n__MSG_extension_on__",
        "default_popup": "pages\/settings.html"
    },
    "options_ui": {
        "page": "pages\/settings.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/player.html",
                "iptv\/player.html",
                "play-on.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "play-on.png"
    },
    "host_permissions": [
        "*:\/\/*\/*.m3u*",
        "*:\/\/*\/*.mpd*",
        "file:\/\/\/*\/*.m3u"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5uoR2Nc2Mnho8gnRaf1u9boJ7vAVYRPbJj3GKK\/nUUGoS0TqQvkX02E+TAE3Qv2tNuwyxyIXTKly1U+YgLremC6+PSrzwwjK7Gzx1cQyeKYaaNoneDQpozzlQsGSNwOpmdy6eiR7+IjsFXz45SmxPYjCFlNMtnKu3UhxqDmxpGG76I7uDUOAlBTK6TJF4GjL1murkQFuf5Wc0leEvCLYAEmGxpKYCjd+\/LDlDWdtWPVeb3mySEbj4OUg+3xUC2p6MqnxDfIINoWSQIxhIruRiqJOQ0Wli9dnS9pjHfc+RNxxtInZ0FkoFryOBNG9u8eVbgynwyRQKRJfZjolIwnHwIDAQAB"
}