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

Wat is VLIVE Downloader?

VLIVE Downloader is een Chrome-extensie ontwikkeld door 김상자, en de belangrijkste functie is "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VLIVE Downloader

Download VLIVE Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily download VOD and post-video (+subs) of VLIVE
The user is responsible for the use of the extension and for the saved video                    

Basisinformatie over de Extensie

Naam VLIVE Downloader VLIVE Downloader
ID jhpjlmmgagjofmhmbpdhpjifdgghobkn
Officiële URL https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn
Beschrijving Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
Bestandsgrootte 145 KB
Aantal Installaties 3,929
Huidige Versie 2.1.1
Laatst Bijgewerkt 2021-03-13
Publicatiedatum 2021-02-20
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar 김상자
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/box-archived/chrome-vlive-downloader
Help Pagina-URL https://github.com/box-archived/chrome-vlive-downloader/issues
Ondersteunde Talen 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"
}