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
Co to jest VLIVE Downloader?
VLIVE Downloader to rozszerzenie Chrome opracowane przez 김상자, a jego główną funkcją jest „Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VLIVE Downloader
Pobierz pliki rozszerzeń VLIVE Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
Podstawowe informacje o rozszerzeniu
Nazwa | VLIVE Downloader |
ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
Oficjalny URL | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
Opis | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
Rozmiar pliku | 145 KB |
Liczba instalacji | 3,929 |
Aktualna Wersja | 2.1.1 |
Ostatnia Aktualizacja | 2021-03-13 |
Data Publikacji | 2021-02-20 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | 김상자 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/box-archived/chrome-vlive-downloader |
Adres URL Strony Pomocy | https://github.com/box-archived/chrome-vlive-downloader/issues |
Obsługiwane Języki | 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" } |