Image Downloader Pro —— Image DP

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

¿Qué es Image Downloader Pro —— Image DP?

Image Downloader Pro —— Image DP es una extensión de Chrome desarrollada por https://remaker.ai, y su función principal es "Improve your image download efficiency by using the Imagr DP tool for batch image downloads".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Image Downloader Pro —— Image DP

Descarga archivos de extensión Image Downloader Pro —— Image DP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Image Downloader Pro —— Image DP Image Downloader Pro —— Image DP
ID ldaenkbmmnehilpkmnigoaodoiicdlje
URL Oficial https://chromewebstore.google.com/detail/image-downloader-pro-%E2%80%94%E2%80%94-i/ldaenkbmmnehilpkmnigoaodoiicdlje
Descripción Improve your image download efficiency by using the Imagr DP tool for batch image downloads
Tamaño del Archivo 772 KB
Cantidad de Instalaciones 2,175
Versión Actual 1.0.5
Última Actualización 2024-01-19
Fecha de Publicación 2023-10-01
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador https://remaker.ai
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://remaker.ai/en/extension-privacy-policy
Idiomas Soportados 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"
}