EasyHLS

HTTP Live Stream downloader

EasyHLSとは何ですか?

EasyHLSはAlanderson Tomaizによって開発されたChromeの拡張機能で、その主な機能は「HTTP Live Stream downloader」です。

拡張機能のスクリーンショット

screenshot

EasyHLS拡張機能のCRXファイルをダウンロード

EasyHLS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 EasyHLS EasyHLS
ID hlapklknjlceicdpggkhglgcbepdijna
公式URL https://chrome.google.com/webstore/detail/easyhls/hlapklknjlceicdpggkhglgcbepdijna
説明 HTTP Live Stream downloader
ファイルサイズ 2.33 MB
インストール数 978
現在のバージョン 1.0.2
最終更新日 2020-04-07
公開日 2020-03-06
評価 3.67/5 合計 3 レビュー
開発者 Alanderson Tomaiz
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}