HLS Downloader Pro
Preview and Download HLS so easy~
ما هو HLS Downloader Pro؟
HLS Downloader Pro هو إضافة Chrome تم تطويرها بواسطة 947936711، والميزة الرئيسية لها هي "Preview and Download HLS so easy~".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HLS Downloader Pro
قم بتنزيل ملفات الامتداد HLS Downloader Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Preview and Download HLS so easy~
1. First open the extension;
2. Play hls content on web pages;
3. The relevant HLS content will be displayed in the plugin list;
4. Select the plugin list content to play and confirm if download is necessary~
If you know the clear HLS address, you can directly paste it into the plugin input box and add it to the list. Follow the steps above. معلومات أساسية عن التمديد
| الاسم | |
| ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
| الوصف | Preview and Download HLS so easy~ |
| حجم الملف | 311 KB |
| عدد التثبيتات | 665 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2023-09-05 |
| تاريخ النشر | 2023-05-19 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | 947936711 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://xyccstudio.cn/books/hlsdownloader/ |
| اللغات المدعومة | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.2",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "assets\/hls.png",
"48": "assets\/hls.png",
"128": "assets\/hls.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "__MSG_actionDesc__"
},
"permissions": [
"webRequest"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |