pixieDownloader

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

Wat is pixieDownloader?

pixieDownloader is een Chrome-extensie ontwikkeld door EncryptedCurse, en de belangrijkste functie is "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie pixieDownloader

Download pixieDownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
Officiële URL https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Beschrijving Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Bestandsgrootte 43.34 KB
Aantal Installaties 1,200
Huidige Versie 1.1
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2021-02-23
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar EncryptedCurse
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}