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

Apa itu VLIVE Downloader?

VLIVE Downloader adalah ekstensi Chrome yang dikembangkan oleh 김상자, dan fitur utamanya adalah "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi VLIVE Downloader

Unduh file ekstensi VLIVE Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama VLIVE Downloader VLIVE Downloader
ID jhpjlmmgagjofmhmbpdhpjifdgghobkn
URL Resmi https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn
Deskripsi Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
Ukuran File 145 KB
Jumlah Instalasi 3,929
Versi Saat Ini 2.1.1
Terakhir Diperbarui 2021-03-13
Tanggal Publikasi 2021-02-20
Penilaian 4.86/5 Total 7 Penilaian
Pengembang 김상자
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/box-archived/chrome-vlive-downloader
URL Halaman Bantuan https://github.com/box-archived/chrome-vlive-downloader/issues
Bahasa yang Didukung 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"
}