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
Hvad er VLIVE Downloader?
VLIVE Downloader er en Chrome-udvidelse udviklet af 김상자, og dens hovedfunktion er "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".
Udvidelsesskærmbilleder
Download VLIVE Downloader-udvidelses-CRX-fil
Download VLIVE Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Easily download VOD and post-video (+subs) of VLIVE
The user is responsible for the use of the extension and for the saved video Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Officiel URL | https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn |
| Beskrivelse | Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video |
| Filstørrelse | 145 KB |
| Antal Installationer | 3,929 |
| Nuværende Version | 2.1.1 |
| Senest Opdateret | 2021-03-13 |
| Udgivelsesdato | 2021-02-20 |
| Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
| Udvikler | 김상자 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/box-archived/chrome-vlive-downloader |
| Hjælpeside-URL | https://github.com/box-archived/chrome-vlive-downloader/issues |
| Understøttede Sprog | 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"
} | |