Video Downloader - Masters Tool

Master tool for video lovers. Save files to your laptop to watch them later

Video Downloader - Masters Tool là gì?

Video Downloader - Masters Tool là một tiện ích mở rộng Chrome được phát triển bởi Ann Bybee, và tính năng chính của nó là "Master tool for video lovers. Save files to your laptop to watch them later".

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

screenshot

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

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

                        Fast and easy solution to download online video is available now for free and without registration. Browser extension Video Downloader - Masters Tool allows you to save files from just in one click within a few seconds. 

All you need is choosing interesting file and open the extension's menu where you will find a list of files and download button.                    

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

Tên Video Downloader - Masters Tool Video Downloader - Masters Tool
ID gknpodehheefakjkdhfhjhdajdpilnao
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader-masters/gknpodehheefakjkdhfhjhdajdpilnao
Mô tả Master tool for video lovers. Save files to your laptop to watch them later
Kích Thước Tệp 475 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 5.2.0
Cập Nhật Lần Cuối 2022-11-01
Ngày Phát Hành 2022-11-01
Nhà Phát Triển Ann Bybee
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "5.2.0",
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": ".\/icons\/download_inactive.png",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "128": ".\/icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/lib\/jquery-3.2.1.min.js",
                ".\/js\/lib\/yt-lib.js",
                ".\/js\/lib\/tools.js",
                ".\/js\/lib\/_config.js",
                ".\/js\/pr\/abstract.js",
                ".\/js\/pr\/fb.js",
                ".\/js\/pr\/dm.js",
                ".\/js\/pr\/in.js",
                ".\/js\/pr\/vm.js",
                ".\/js\/pr\/vk.js",
                ".\/js\/pr\/xx.js",
                ".\/js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "activeTab",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}