Modelpress Image Downloader
One click to batch download the best resolution images from the current news article.
Modelpress Image Downloader क्या है?
Modelpress Image Downloader 熊猫🐼 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click to batch download the best resolution images from the current news article."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Modelpress Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |