Bulk Media Downloader
Grab and download media (image and video) sources by monitoring network (like FlashGot)
Τι είναι το Bulk Media Downloader;
Το Bulk Media Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον InBasic, και η κύρια λειτουργία του είναι "Grab and download media (image and video) sources by monitoring network (like FlashGot)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bulk Media Downloader
Λήψη αρχείων επέκτασης Bulk Media Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Bulk Media Downloader" extension is a downloader that collects all sorts of media file resources (images, audio, and video) and allows you to batch download them with the default download manager of your browser or a custom download manager. ----- Please note that Bulk Media Downloader does not grab YouTube links. This is NOT a YouTube downloader ----- With this extension, you can bulk download media files. Just open the grabber window by pressing the toolbar button. Now allow the extension to fetch media resources. If a media file is in a tab that has already been loaded, you need to refresh the tab for the media link to appear in the grabber window. After the desired media link is detected, press the pause button to ask the extension to stop monitoring your network In oppose to the other similar extensions, this extension has zero impact on your browser performance when the grabber window is closed. Monitoring the network resources only occurs when the grabber window is open and there is an "R" badge notification in the toolbar area. ---- Please note that Bulk Media Downloader is not responsible for media content that you download. We suggest checking the media copyright before downloading them. Change Log: version 0.1.6: 1. BMD now resolves filename and filesize from the request itself 2. Filenaming is improved 3. BMD now scrolls to the last fetched resource when the window is open version 0.1.8: 1. It is now possible to download all the already loaded images on web pages using the grabber tool added to the right-click context menu over the toolbar button. version 0.2.0 1. 16.png and 32.png is updated to have better visibility in dark themes (like incognito mode) 2. "Download all Images" extension is updated to the latest version (downloads all images in a ZIP archive) version 0.2.1 1. It is now possible to send downloading jobs to an external download manager 2. A new selector to select resources from the current tab is added.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bulk Media Downloader |
ID | ehfdcgbfcboceiclmjaofdannmjdeaoi |
Επίσημο URL | https://chromewebstore.google.com/detail/bulk-media-downloader/ehfdcgbfcboceiclmjaofdannmjdeaoi |
Περιγραφή | Grab and download media (image and video) sources by monitoring network (like FlashGot) |
Μέγεθος Αρχείου | 102 KB |
Αριθμός Εγκαταστάσεων | 82,460 |
Τρέχουσα Έκδοση | 0.3.1 |
Τελευταία Ενημέρωση | 2023-07-02 |
Ημερομηνία Δημοσίευσης | 2017-11-04 |
Αξιολόγηση | 3.75/5 Συνολικά 144 Αξιολογήσεις |
Προγραμματιστής | InBasic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://webextension.org/listing/bulk-media-downloader.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://webextension.org/listing/bulk-media-downloader.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://add0n.com/policies/inb.cor.txt |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk Media Downloader", "description": "Grab and download media (image and video) sources by monitoring network (like FlashGot)", "version": "0.3.1", "manifest_version": 3, "permissions": [ "storage", "webRequest", "downloads", "notifications", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "action": [], "homepage_url": "https:\/\/webextension.org\/listing\/bulk-media-downloader.html", "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "web_accessible_resources": [ { "resources": [ "\/data\/inject\/index.html" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "_execute_action": [] } } |