Video Download Master

This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…

Video Download Master là gì?

Video Download Master là một tiện ích mở rộng Chrome được phát triển bởi Laka, và tính năng chính của nó là "This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Video Download Master 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

                        This browser extension allows you to download videos from various websites.

It is easy to use and does not require a paid subscription to work properly. 

Just click on the extension icon to see files available for downloading. Choose a file and wait until it is saved on your computer.                    

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

Tên Video Download Master Video Download Master
ID noddmaloflkfieahjkakcbigjagbfkid
URL Chính Thức https://chrome.google.com/webstore/detail/video-download-master/noddmaloflkfieahjkakcbigjagbfkid
Mô tả This browser extension allows you to download videos from various websites. It is easy to use and does not require a paid…
Kích Thước Tệp 79.13 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2021-11-26
Đánh Giá 4.83/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Laka
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://justpaste.it/8fr7c
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Download Master",
    "version": "0.0.4",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}