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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 |
URL หน้าช่วยเหลือ | 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" } |