Video Downloader
Download and save videos from any site.
Τι είναι το Video Downloader;
Το Video Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vladfilat1509, και η κύρια λειτουργία του είναι "Download and save videos from any site.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Video Downloader
Λήψη αρχείων επέκτασης Video Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We would like to present you a great new product Grabber Video Downloader. Thanks to this extension, you can download your favorite videos. And all this can be downloaded very quickly, thanks to one click of the mouse. Grabber Video Downloader can download videos in MP4 format. It is very convenient to download a video, and then watch it at a convenient time for you. High quality viewing will pleasantly surprise you. The product is absolutely free and has a simple interface. Rather, install the unique Grabber Video Downloader and enjoy. Extension works on such sites as vimeo, etc. Doesnt work at youtube, YouTube itself prohibits downloading videos from their resource, like many other sites.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gnodhchlaaiappfkhkfgmplamlknomfo |
Επίσημο URL | https://chrome.google.com/webstore/detail/video-downloader/gnodhchlaaiappfkhkfgmplamlknomfo |
Περιγραφή | Download and save videos from any site. |
Μέγεθος Αρχείου | 120 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.9 |
Τελευταία Ενημέρωση | 2022-03-12 |
Ημερομηνία Δημοσίευσης | 2021-04-14 |
Αξιολόγηση | 1.31/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | vladfilat1509 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "version": "1.9", "background": { "scripts": [ "\/app\/static\/Global.js", "\/app\/static\/Door.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/app\/static\/jquery-3.5.1.js", "\/app\/static\/Global.js", "\/app\/static\/Broadcaster.js", "\/app\/static\/Sniff.js" ], "all_frames": true, "run_at": "document_idle" } ], "permissions": [ "storage", "webRequest", "webRequestBlocking", " |