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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*",
        ""
    ]
}