Image Downloader Plus

Find and download all pictures from a web page

O que é Image Downloader Plus?

Image Downloader Plus é uma extensão do Chrome desenvolvida por Amari Jast, e sua principal característica é "Find and download all pictures from a web page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Downloader Plus

Baixe arquivos de extensão Image Downloader Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Image Downloader Plus Image Downloader Plus
ID aeclplbmglgjpfaikihdlkjhgegehbbf
URL Oficial https://chrome.google.com/webstore/detail/image-downloader-plus/aeclplbmglgjpfaikihdlkjhgegehbbf
Descrição Find and download all pictures from a web page
Tamanho do Arquivo 786 KB
Contagem de Instalações 100,000
Versão Atual 2.5.7
Última Atualização 2021-09-15
Data de Publicação 2021-05-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Amari Jast
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.notion.so/Image-Downloader-Plus-Privacy-policy-fd6e9a8036fa4adea1f3ed07a45502a3
Idiomas Suportados 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": [
        "*"
    ]
}