EasyHLS
HTTP Live Stream downloader
ما هو EasyHLS؟
EasyHLS هو إضافة Chrome تم تطويرها بواسطة Alanderson Tomaiz، والميزة الرئيسية لها هي "HTTP Live Stream downloader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyHLS
قم بتنزيل ملفات الامتداد EasyHLS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
البريد الإلكتروني | [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" } } |