Album Downloader

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

¿Qué es Album Downloader?

Album Downloader es una extensión de Chrome desarrollada por FINE54, y su función principal es "Find images on the page or album, download them to zip package or folder.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Album Downloader

Descarga archivos de extensión Album Downloader 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

                        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™.                    

Información Básica de la Extensión

Nombre Album Downloader Album Downloader
ID hfmakdagbagokpkghdcjfgnagkapjddk
URL Oficial https://chromewebstore.google.com/detail/album-downloader/hfmakdagbagokpkghdcjfgnagkapjddk
Descripción Find images on the page or album, download them to zip package or folder.
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 8,000
Versión Actual 2.0.0
Última Actualización 2022-08-05
Fecha de Publicación 2022-06-29
Calificación 4.43/5 Total de 92 Calificaciones
Desarrollador FINE54
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://extension.fine54.com/product/album-downloader
URL de la Página de Política de Privacidad https://extension.fine54.com/privacy
Idiomas Soportados 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:\/\/*\/*",
        ""
    ]
}