Video Downloader

Video Downloader - fast download videos from any webs.

Video Downloader là gì?

Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Video Downloader, và tính năng chính của nó là "Video Downloader - fast download videos from any webs.".

Ả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 Video Downloader

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

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

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

Tên Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
URL Chính Thức https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
Mô tả Video Downloader - fast download videos from any webs.
Kích Thước Tệp 99.32 KB
Số Lần Cài Đặt 37,684
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2020-05-16
Đánh Giá 3.39/5 Tổng số 54 Đánh Giá
Nhà Phát Triển Video Downloader
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}