VLIVE Downloader
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
ما هو VLIVE Downloader؟
VLIVE Downloader هو إضافة Chrome تم تطويرها بواسطة 김상자، والميزة الرئيسية لها هي "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VLIVE Downloader
قم بتنزيل ملفات الامتداد VLIVE Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
معلومات أساسية عن التمديد
الاسم | VLIVE Downloader |
ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
الوصف | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
حجم الملف | 145 KB |
عدد التثبيتات | 3,929 |
النسخة الحالية | 2.1.1 |
آخر تحديث | 2021-03-13 |
تاريخ النشر | 2021-02-20 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | 김상자 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/box-archived/chrome-vlive-downloader |
عنوان صفحة المساعدة | https://github.com/box-archived/chrome-vlive-downloader/issues |
اللغات المدعومة | en,fr,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Box_Archived", "browser_action": { "default_icon": { "128": "icon128.png", "16": "icon16.png", "256": "icon256.png", "48": "icon48.png" }, "default_popup": "popup.html", "default_title": "VLIVE Downloader" }, "icons": { "256": "icon256.png", "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "name": "VLIVE Downloader", "permissions": [ "downloads", "activeTab" ], "version": "2.1.1" } |