Image Downloader Plus

Find and download all pictures from a web page

Image Downloader Plus क्या है?

Image Downloader Plus Amari Jast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and download all pictures from a web page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image Downloader Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With Image Downloader Plus, you can download all images from the page in one click. It's a time saver if you need to download images regularly.

The features:
⭐ Filter by image size: helps you remove clutter and get only high-resolution images.
⭐ Download a single image or all the images.
⭐ Supports multiple formats e.g. PNG, JPEG and WEBM                    

एक्सटेंशन की मूल जानकारी

नाम Image Downloader Plus Image Downloader Plus
ID aeclplbmglgjpfaikihdlkjhgegehbbf
आधिकारिक URL https://chrome.google.com/webstore/detail/image-downloader-plus/aeclplbmglgjpfaikihdlkjhgegehbbf
विवरण Find and download all pictures from a web page
फ़ाइल का आकार 786 KB
स्थापना संख्या 100,000
वर्तमान संस्करण 2.5.7
अंतिम अपडेट 2021-09-15
प्रकाशन तिथि 2021-05-08
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Amari Jast
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Image-Downloader-Plus-Privacy-policy-fd6e9a8036fa4adea1f3ed07a45502a3
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "2.5.7",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}