Modelpress Image Downloader
One click to batch download the best resolution images from the current news article.
Τι είναι το Modelpress Image Downloader;
Το Modelpress Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 熊猫🐼, και η κύρια λειτουργία του είναι "One click to batch download the best resolution images from the current news article.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Modelpress Image Downloader
Λήψη αρχείων επέκτασης Modelpress Image Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A list of websites are supported including Oricon, Modelpress, Mantan Web and more, and are still growing! Visit a news article on a supported site, click on the extension icon to start the download. When you are on a website that is not yet supported, clicking the extension icon will show you the list of websites that are currently supported. See full list of supported websites and how-tos on https://github.com/shoushouminami/modelpress-downloader/wiki If you have a website that you want this extension to support, you can: 1) Comment or DM on Twitter @mid_kumaneko 2) submit a request at Google Form https://docs.google.com/forms/d/1RVrtZfl22pGhGgvm8SFxmdTRG7yQ-er75s60-CpUK_8 Release notes: https://github.com/shoushouminami/modelpress-downloader#change-logs
Βασικές Πληροφορίες Επέκτασης
Όνομα | Modelpress Image Downloader |
ID | nepeemhbchedjbebdekhpkhknljppmif |
Επίσημο URL | https://chromewebstore.google.com/detail/modelpress-image-download/nepeemhbchedjbebdekhpkhknljppmif |
Περιγραφή | One click to batch download the best resolution images from the current news article. |
Μέγεθος Αρχείου | 28.42 MB |
Αριθμός Εγκαταστάσεων | 3,670 |
Τρέχουσα Έκδοση | 4.17 |
Τελευταία Ενημέρωση | 2024-03-02 |
Ημερομηνία Δημοσίευσης | 2020-06-28 |
Αξιολόγηση | 4.81/5 Συνολικά 27 Αξιολογήσεις |
Προγραμματιστής | 熊猫🐼 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/shoushouminami/modelpress-downloader |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/mid_kumaneko |
Υποστηριζόμενες Γλώσσες | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "4.17", "description": "__MSG_appDesc__", "permissions": [ "scripting", "activeTab", "downloads" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/www.google-analytics.com\/", "https:\/\/*.freetls.fastly.net\/" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icons": { "16": "images\/icon3.png", "32": "images\/icon3.png", "48": "images\/icon3.png", "128": "images\/icon3.png" } }, "icons": { "16": "images\/icon3.png", "32": "images\/icon3.png", "48": "images\/icon3.png", "128": "images\/icon3.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "helper\/*", "ga.js", "ga4.*" ], "matches": [ "*:\/\/*\/*" ] } ], "incognito": "split", "default_locale": "en", "manifest_version": 3 } |