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 là gì?

VLIVE Downloader là một tiện ích mở rộng Chrome được phát triển bởi 김상자, và tính năng chính của nó là "Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VLIVE Downloader

Tải xuống các tệp mở rộng VLIVE Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VLIVE Downloader VLIVE Downloader
ID jhpjlmmgagjofmhmbpdhpjifdgghobkn
URL Chính Thức https://chromewebstore.google.com/detail/vlive-downloader/jhpjlmmgagjofmhmbpdhpjifdgghobkn
Mô tả Easily download VOD and post-video (+subs) of VLIVE The user is responsible for the use of the extension and for the saved video
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 3,929
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2021-03-13
Ngày Phát Hành 2021-02-20
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển 김상자
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/box-archived/chrome-vlive-downloader
URL Trang Trợ Giúp https://github.com/box-archived/chrome-vlive-downloader/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}