EasyHLS

HTTP Live Stream downloader

EasyHLS là gì?

EasyHLS là một tiện ích mở rộng Chrome được phát triển bởi Alanderson Tomaiz, và tính năng chính của nó là "HTTP Live Stream downloader".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EasyHLS

Tải xuống các tệp mở rộng EasyHLS 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

                        Com o EasyHLS, você pode salvar facilmente Streaming de vídeo em formato típico (m3u8).

Os arquivos de áudio e vídeo são convertidos para MP4 sem recodificação. Essa conversão é feita internamente pela extensão sem uso de aplicativos externos.

OBS: O EasyHLS não é responsável pelo conteúdo da mídia que você baixa, por isso sugerimos garantir os direitos autorais e as permissões da mídia antes de fazer o download.                    

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

Tên EasyHLS EasyHLS
ID hlapklknjlceicdpggkhglgcbepdijna
URL Chính Thức https://chrome.google.com/webstore/detail/easyhls/hlapklknjlceicdpggkhglgcbepdijna
Mô tả HTTP Live Stream downloader
Kích Thước Tệp 2.33 MB
Số Lần Cài Đặt 978
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-04-07
Ngày Phát Hành 2020-03-06
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alanderson Tomaiz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "EasyHLS",
    "name": "EasyHLS",
    "description": "HTTP Live Stream downloader",
    "manifest_version": 2,
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "EasyHLS"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger",
        "downloads"
    ],
    "web_accessible_resources": [
        "\/assets\/**\/*"
    ],
    "icons": {
        "16": "\/assets\/favicon-16x16.png",
        "32": "\/assets\/favicon-32x32.png"
    }
}