Native MPEG-Dash + HLS Playback

Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'

Native MPEG-Dash + HLS Playback là gì?

Native MPEG-Dash + HLS Playback là một tiện ích mở rộng Chrome được phát triển bởi https://cavar.net, và tính năng chính của nó là "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Native MPEG-Dash + HLS Playback

Tải xuống các tệp mở rộng Native MPEG-Dash + HLS Playback 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 is not for sale or third party ad integration.

Allows HLS and MPEG-DASH native playback in Chrome browser. Click on any m3u8 or mpd link inside Chrome to play it directly in a new tab. By default, the browser downloads any m3u8 and mpd files that were requested. This plugin checks any links to see if they match. If that's the case, it opens a new tab on a video player that uses the hls.js and dashjs library. This extension is just a wrapper for those players on Chrome.
Please read the release notes on install before use.

Report any issues to https://github.com/Palethorn/nas-extension/issues                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Native MPEG-Dash + HLS Playback Native MPEG-Dash + HLS Playback
ID cjfbmleiaobegagekpmlhmaadepdeedn
URL Chính Thức https://chromewebstore.google.com/detail/native-mpeg-dash-+-hls-pl/cjfbmleiaobegagekpmlhmaadepdeedn
Mô tả Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'
Kích Thước Tệp 797 KB
Số Lần Cài Đặt 72,907
Phiên Bản Hiện Tại 5.0.5
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2019-07-04
Đánh Giá 4.38/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://cavar.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Palethorn/nas-extension
URL Trang Trợ Giúp https://github.com/Palethorn/nas-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Native MPEG-Dash + HLS Playback",
    "version": "5.0.5",
    "description": "Allow the browser to play HLS (m3u8) or MPEG-Dash (mpd) video urls 'natively'",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "Native MPEG-Dash + HLS Playback",
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/release_notes.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}