Video Downloader

Download videos using Video Downloader from websites.

Video Downloader là gì?

Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi FREE APPS, và tính năng chính của nó là "Download videos using Video Downloader from websites.".

Ả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 is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

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

Tên Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Mô tả Download videos using Video Downloader from websites.
Kích Thước Tệp 98.95 KB
Số Lần Cài Đặt 10,282
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2020-11-07
Đánh Giá 3.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển FREE APPS
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.smart-finder.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}