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 김상자 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें
crx प्रारूप में VLIVE Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } |