Album Downloader

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

Τι είναι το Album Downloader;

Το Album Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FINE54, και η κύρια λειτουργία του είναι "Find images on the page or album, download them to zip package or folder.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Album Downloader

Λήψη αρχείων επέκτασης 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:\/\/*\/*",
        ""
    ]
}