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

What is VLIVE Downloader?

VLIVE Downloader is a Chrome extension developed by 김상자, and its main feature 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".

Extension Screenshots

screenshot
screenshot

Download VLIVE Downloader Extension CRX File

Download VLIVE Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name VLIVE Downloader VLIVE Downloader
ID jhpjlmmgagjofmhmbpdhpjifdgghobkn
Official URL https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn
Description Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
File Size 145 KB
Installation Count 3,929
Current Version 2.1.1
Last Updated 2021-03-13
Publish Date 2021-02-20
Rating 4.86/5 Total 7 Ratings
Developer 김상자
Email [email protected]
Payment Type free
Extension Website https://github.com/box-archived/chrome-vlive-downloader
Help Page URL https://github.com/box-archived/chrome-vlive-downloader/issues
Supported Languages 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"
}