EasyHLS

HTTP Live Stream downloader

What is EasyHLS?

EasyHLS is a Chrome extension developed by Alanderson Tomaiz, and its main feature is "HTTP Live Stream downloader".

Extension Screenshots

screenshot

Download EasyHLS Extension CRX File

Download EasyHLS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name EasyHLS EasyHLS
ID hlapklknjlceicdpggkhglgcbepdijna
Official URL https://chrome.google.com/webstore/detail/easyhls/hlapklknjlceicdpggkhglgcbepdijna
Description HTTP Live Stream downloader
File Size 2.33 MB
Installation Count 978
Current Version 1.0.2
Last Updated 2020-04-07
Publish Date 2020-03-06
Rating 3.67/5 Total 3 Ratings
Developer Alanderson Tomaiz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}