Video Downloader Plus
Download videos from popular platforms with free online video downloader. Easily save videos in various formats and resolutions.
Τι είναι το Video Downloader Plus;
Το Video Downloader Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Video Downloader, και η κύρια λειτουργία του είναι "Download videos from popular platforms with free online video downloader. Easily save videos in various formats and resolutions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Video Downloader Plus
Λήψη αρχείων επέκτασης Video Downloader Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Video Downloader Plus is an indispensable tool for anyone looking to easily and efficiently download online videos. Designed with user convenience in mind, this video downloader professional streamlines the process of saving your favorite videos in MP4 or M3U8 formats, ideal for offline enjoyment. Compatible with a wide array of video platforms, and any HTML video, Video Downloader Plus is versatile and robust. How to Use Video Downloader Plus: 1. Install the Extension: First, add Video Downloader Plus to your browser by installing it from the Chrome Webstore or the relevant extension store for your browser. 2. Navigate to a Video: Open your browser and go to the website where your desired video is located. 3. Play the Video: Start playing the video that you wish to download. 4. Activate Video Downloader Plus: Click on the Video Downloader Plus icon in your browser’s extension toolbar. The tool will automatically detect the video being played. 5. Choose the Format and Quality: Select your preferred format and the quality you wish to download. Video Downloader Plus may offer various options depending on the video source. 6. Download the Video: Once you've selected the format and quality, click the download button provided by Video Downloader Plus. The video will begin downloading to your device. 7. Access Your Downloaded Video: After the download is complete, you can find the video in your browser's designated download folder or wherever you've set your downloads to be saved. One of the standout features of Video Downloader Plus is its remarkable ease of use. Whether you're tech-savvy or new to video downloading, this app simplifies the process. Just start a video, and Video Downloader Plus automatically handles the rest, allowing for a hassle-free experience. Please be aware, due to Chrome Webstore policies and certain restrictions, Video Downloader Plus may not support some major websites like YouTube. However, for professional-quality video downloads from a multitude of other sources, Video Downloader Plus is your go-to app. With its intuitive interface and straightforward functionality, downloading videos for offline viewing has never been easier or more accessible.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Video Downloader Plus |
ID | lpcbiamenoghegpghidohnfegcepamdm |
Επίσημο URL | https://chromewebstore.google.com/detail/video-downloader-plus/lpcbiamenoghegpghidohnfegcepamdm |
Περιγραφή | Download videos from popular platforms with free online video downloader. Easily save videos in various formats and resolutions. |
Μέγεθος Αρχείου | 168 KB |
Αριθμός Εγκαταστάσεων | 1,326,560 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-11-27 |
Ημερομηνία Δημοσίευσης | 2023-01-02 |
Αξιολόγηση | 4.51/5 Συνολικά 451 Αξιολογήσεις |
Προγραμματιστής | Video Downloader |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/video-downloader-ppp/home |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko |
manifest.json | |
{ "action": { "default_icon": "img\/32.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/app.css", "css\/sidebar.css", "css\/content.css" ], "js": [ "js\/lib\/jquery-3.1.1.min.js", "js\/lib\/tools.js", "js\/lib\/md5.min.js", "js\/_config.js", "js\/app.js", "js\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "ruleset_1", "path": "rules.json" } ] }, "default_locale": "en", "description": "__MSG_extDesc__", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "img\/128.png", "32": "img\/32.png", "64": "img\/64.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "downloads", "storage", "webRequest", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "\/img\/*" ] } ] } |