Image Photo Downloader

Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.

O que é Image Photo Downloader?

Image Photo Downloader é uma extensão do Chrome desenvolvida por ribeca_al, e sua principal característica é "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Photo Downloader

Baixe arquivos de extensão Image Photo Downloader 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

                        Get all images from a web page
✔️Can download:
-all images on a web page in one go from
photo gallery (e.g. Flickr), social networks (e.g. Facebook) and Google Image Search.
-s hd 4k wallpaper mobile
-instagram photo
✔️Find tons of pictures for the topic you want
✔️Image downloader is absolutely free.                    

Informações Básicas da Extensão

Nome Image Photo Downloader Image Photo Downloader
ID oiegmjnjcjanadhmfebiafogkhmlfllm
URL Oficial https://chrome.google.com/webstore/detail/image-photo-downloader/oiegmjnjcjanadhmfebiafogkhmlfllm
Descrição Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
Tamanho do Arquivo 301 KB
Contagem de Instalações 39,756
Versão Atual 1.8
Última Atualização 2022-02-22
Data de Publicação 2020-02-04
Classificação 3.29/5 Total de 31 Avaliações
Desenvolvedor ribeca_al
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://teletype.in/@prpolicy/HyOZBO6ZU
Idiomas Suportados id,ms,de,en,en-GB,en-US,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",
    "name": "Image Photo Downloader",
    "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.",
    "version": "1.8",
    "default_locale": "en",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "options_page": "\/src\/Options\/index.html",
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js",
            "jess.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}