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

VLIVE Downloaderとは何ですか?

VLIVE Downloaderは김상자によって開発されたChromeの拡張機能で、その主な機能は「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
screenshot

VLIVE Downloader拡張機能のCRXファイルをダウンロード

VLIVE Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 VLIVE Downloader VLIVE Downloader
ID jhpjlmmgagjofmhmbpdhpjifdgghobkn
公式URL https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn
説明 Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
ファイルサイズ 145 KB
インストール数 3,929
現在のバージョン 2.1.1
最終更新日 2021-03-13
公開日 2021-02-20
評価 4.86/5 合計 7 レビュー
開発者 김상자
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/box-archived/chrome-vlive-downloader
ヘルプページのURL https://github.com/box-archived/chrome-vlive-downloader/issues
対応言語 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"
}