Album Downloader

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

什么是Album Downloader?

Album Downloader是由FINE54开发的Chrome扩展程序,该扩展的主要功能是“Find images on the page or album, download them to zip package or folder.”。

扩展截图

screenshot
screenshot
screenshot

下载Album Downloader扩展crx文件

下载Album Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Album Downloader Album Downloader
ID hfmakdagbagokpkghdcjfgnagkapjddk
官方URL https://chromewebstore.google.com/detail/album-downloader/hfmakdagbagokpkghdcjfgnagkapjddk
简介 Find images on the page or album, download them to zip package or folder.
文件大小 124 KB
安装次数 8,000
当前版本 2.0.0
更新时间 2022-08-05
上架时间 2022-06-29
评分 4.43/5 共92次评分
开发者 FINE54
电子邮箱 [email protected]
付费类型 free
扩展官网 https://extension.fine54.com/product/album-downloader
隐私政策页面URL https://extension.fine54.com/privacy
支持的语言 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:\/\/*\/*",
        ""
    ]
}