Video Downloader - click&save

Download any video with a simple mouse click

Video Downloader - click&save là gì?

Video Downloader - click&save 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à "Download any video with a simple mouse click".

Ả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 - click&save

Tải xuống các tệp mở rộng Video Downloader - click&save 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 videos in various formats using Video Downloader click&save! This extension supports MP4, WebM, MPEG, OGG, and more, including HTTP Live Streaming (HLS) videos. Save videos directly to your computer for hassle-free viewing in any media player.

When visiting a website with downloadable videos, a popup window within the extension showcases all available media files along with their formats and sizes. Simply click the "Download" button next to your desired video, and it's done! No need to estimate file sizes or resolutions—the Video Downloader automatically detects all available resolutions, letting you choose the best fit for your preferences.

Here's how to make use of our Video Downloader:
1. Navigate to platforms like Facebook or Instagram.
2. Locate the videos or photos you wish to download.
3. Click on the extension icon.
4. Press the download button for each video you want to save.
5. That’s it! Your videos are ready to go, allowing you to watch them offline whenever you want.

Download training videos from Instagram, amusing TikTok or Facebook clips, thrilling travel videos from Vimeo, entertaining content from Twitter, and much more—all available for online downloading. With your collection of downloaded videos, you’ll always be prepared for any situation.

Remember, after installing the extension, refresh the tab containing the video to ensure the extension detects the video file correctly!

Note: On certain websites, you might need to initiate video playback for the downloader to locate it before clicking the download button.

Important: This is not a Youtube Downloader. Due to Google Web Store and Developer Program Policies, downloading Youtube videos is not supported. Thank you for your understanding.

Encountering issues or videos that can't be downloaded? Instead of giving a poor rating, please send us an email (listed in the web store) detailing the problem. Your feedback will help us enhance the plugin's functionality.

We're eager to hear your thoughts and suggestions on improving our extension's performance! Your feedback is greatly appreciated.                    

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

Tên Video Downloader - click&save Video Downloader - click&save
ID efjpeicagianogimhkaoncnhghapfkpn
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader-clicksav/efjpeicagianogimhkaoncnhghapfkpn
Mô tả Download any video with a simple mouse click
Kích Thước Tệp 70.13 KB
Số Lần Cài Đặt 800,000
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2023-12-25
Đánh Giá 4.33/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Video Downloader
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1hIb94jrQsqsz8swYHawbja6_brxQLe3Z_5nVLypL-6o/edit?usp=sharing
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,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,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_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "128": ".\/assets\/Icon_128.png"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "action": {
        "default_title": "__MSG_defTitle__",
        "default_popup": "html\/index.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "responset",
                "enabled": true,
                "path": "responset.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script\/videoSearcher.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "declarativeNetRequest",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}