pixieDownloader

Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…

Cos'è pixieDownloader?

pixieDownloader è un'estensione di Chrome sviluppata da EncryptedCurse, e la sua funzione principale è "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione pixieDownloader

Scarica i file di estensione pixieDownloader 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

                        Download albums from any Pixieset gallery as a handy ZIP. 

To use, just click the icon from the extensions menu.

https://github.com/EncryptedCurse/pixieDownloader                    

Informazioni di Base sull'Estensione

Nome pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
URL Ufficiale https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Descrizione Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Dimensione del File 43.34 KB
Conteggio Installazioni 1,200
Versione Corrente 1.1
Ultimo Aggiornamento 2021-02-23
Data di Pubblicazione 2021-02-23
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore EncryptedCurse
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pixieDownloader",
    "version": "1.1",
    "icons": {
        "128": "icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jsZip.min.js",
                "content.js"
            ]
        }
    ],
    "action": []
}