Album Downloader

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

Cos'è Album Downloader?

Album Downloader è un'estensione di Chrome sviluppata da FINE54, e la sua funzione principale è "Find images on the page or album, download them to zip package or folder.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Album Downloader

Scarica i file di estensione Album Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Album Downloader Album Downloader
ID hfmakdagbagokpkghdcjfgnagkapjddk
URL Ufficiale https://chromewebstore.google.com/detail/album-downloader/hfmakdagbagokpkghdcjfgnagkapjddk
Descrizione Find images on the page or album, download them to zip package or folder.
Dimensione del File 124 KB
Conteggio Installazioni 8,000
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2022-06-29
Valutazione 4.43/5 Totale 92 Valutazioni
Sviluppatore FINE54
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://extension.fine54.com/product/album-downloader
URL della Pagina della Politica sulla Privacy https://extension.fine54.com/privacy
Lingue Supportate 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:\/\/*\/*",
        ""
    ]
}