EasyHLS
HTTP Live Stream downloader
Wat is EasyHLS?
EasyHLS is een Chrome-extensie ontwikkeld door Alanderson Tomaiz, en de belangrijkste functie is "HTTP Live Stream downloader".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyHLS
Download EasyHLS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hlapklknjlceicdpggkhglgcbepdijna |
Officiële URL | https://chrome.google.com/webstore/detail/easyhls/hlapklknjlceicdpggkhglgcbepdijna |
Beschrijving | HTTP Live Stream downloader |
Bestandsgrootte | 2.33 MB |
Aantal Installaties | 978 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-04-07 |
Publicatiedatum | 2020-03-06 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Alanderson Tomaiz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |