Image Downloader Pro —— Image DP

Improve your image download efficiency by using the Imagr DP tool for batch image downloads

What is Image Downloader Pro —— Image DP?

Image Downloader Pro —— Image DP is a Chrome extension developed by https://remaker.ai, and its main feature is "Improve your image download efficiency by using the Imagr DP tool for batch image downloads".

Extension Screenshots

screenshot
screenshot

Download Image Downloader Pro —— Image DP Extension CRX File

Download Image Downloader Pro —— Image DP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Improve your image download efficiency by using the Imagr DP tool for batch image downloads

👉How to use:
You can search, browse, and download all images on the webpage, and batch download the artifact - Image DP has the following advantages:
1. One click download: Convenient, fast, and easy to batch download images from various web pages
2. Personalized filtering: Quickly filter target images based on their pixels, length, width, and URL
3. Strong compatibility: Supports mainstream web browsers, suitable for various e-commerce web pages (Amazon, Esty, Shopee...) image download needs
4. User friendly interface: simple and easy to use, allowing you to easily get started and enjoy a convenient image download experience at any time
5. Security and reliability: The plugin has undergone strict testing to ensure the safe and reliable download process and protect user privacy
6. Customization options: Provide personalized settings to meet the download needs of different users.
7. Free use: No need to pay, enjoy the powerful features of the plugin, and easily download various images from PNG and JPG.
8. Attribute viewing: You can visually see the pixel, format, size, and other information of the image, which is very convenient.

👉Advantages:
Image DP is an efficient image download tool that helps you quickly select and download any image on a webpage. If you want to reuse the images on the webpage, please confirm their license and specific reuse terms. Do not use any images, illustrations, or photos without studying their copyright status.                    

Extension Basic Information

Name Image Downloader Pro —— Image DP Image Downloader Pro —— Image DP
ID ldaenkbmmnehilpkmnigoaodoiicdlje
Official URL https://chromewebstore.google.com/detail/image-downloader-pro-%E2%80%94%E2%80%94-i/ldaenkbmmnehilpkmnigoaodoiicdlje
Description Improve your image download efficiency by using the Imagr DP tool for batch image downloads
File Size 772 KB
Installation Count 2,175
Current Version 1.0.5
Last Updated 2024-01-19
Publish Date 2023-10-01
Rating 3.00/5 Total 3 Ratings
Developer https://remaker.ai
Email [email protected]
Payment Type free
Privacy Policy Page URL https://remaker.ai/en/extension-privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "js\/content-inject-other.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "downloads",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/logo.png",
                "\/img\/logo_prompt.png",
                "\/img\/logo_text.png",
                "js\/ajax-listener-other.js",
                "\/removeBg.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ldaenkbmmnehilpkmnigoaodoiicdlje"
}