Album Downloader

Find images on the page or album, download them to zip package or folder.

O que é Album Downloader?

Album Downloader é uma extensão do Chrome desenvolvida por FINE54, e sua principal característica é "Find images on the page or album, download them to zip package or folder.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Album Downloader

Baixe arquivos de extensão Album 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

                        This extension will find all images on the current page and the people who used it is free to select the image and download then as a ZIP package or save then in a folder.

Tutorial:
Click extension icon, it will find all img and progress it! just select and download! Enjoy!

For Album:
Browser any FB album, change mode to album in the upper right corner icon, simply click the start button. Enjoy it!

Make it better:
Just writing what you need to support! thanks.

Update for v2.0.0
Remake the program to give it new functionality & UI.
Now you can view other pages during the program execution.

Update for v1.2.0
Add button to stop album mode scanning and fix error stop in album mode.

Update for v1.1.0 
Fixed a bug that could not scan album photos in Facebook™.                    

Informações Básicas da Extensão

Nome Album Downloader Album Downloader
ID hfmakdagbagokpkghdcjfgnagkapjddk
URL Oficial https://chromewebstore.google.com/detail/album-downloader/hfmakdagbagokpkghdcjfgnagkapjddk
Descrição Find images on the page or album, download them to zip package or folder.
Tamanho do Arquivo 124 KB
Contagem de Instalações 8,000
Versão Atual 2.0.0
Última Atualização 2022-08-05
Data de Publicação 2022-06-29
Classificação 4.43/5 Total de 92 Avaliações
Desenvolvedor FINE54
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://extension.fine54.com/product/album-downloader
URL da Página de Política de Privacidade https://extension.fine54.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        }
    },
    "version": "2.0.0",
    "name": "Album Downloader",
    "description": "Find images on the page or album, download them to zip package or folder. ",
    "author": "fine54",
    "permissions": [
        "storage",
        "storage",
        "scripting",
        "activeTab",
        "downloads"
    ],
    "background": {
        "service_worker": "background.23452572.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ]
}