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
Was ist VLIVE Downloader?
VLIVE Downloader ist eine Chrome-Erweiterung, die von 김상자 entwickelt wurde, und ihr Hauptmerkmal ist "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".
Erweiterungsscreenshots
VLIVE Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie VLIVE Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily download VOD and post-video (+subs) of VLIVE
The user is responsible for the use of the extension and for the saved video Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Offizielle URL | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Beschreibung | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
| Dateigröße | 145 KB |
| Installationsanzahl | 3,929 |
| Aktuelle Version | 2.1.1 |
| Letztes Update | 2021-03-13 |
| Veröffentlichungsdatum | 2021-02-20 |
| Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
| Entwickler | 김상자 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/box-archived/chrome-vlive-downloader |
| Hilfeseite URL | https://github.com/box-archived/chrome-vlive-downloader/issues |
| Unterstützte Sprachen | 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"
} | |