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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sh4rkill3r, και η κύρια λειτουργία του είναι "Native video player for videos or livestreams in DASH (mpd), HLS (m3u8) format and M3U list with EPG support.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VideoPlayer MPD/M3U8/M3U/EPG
Λήψη αρχείων επέκτασης VideoPlayer MPD/M3U8/M3U/EPG σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ " |