pixieDownloader

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

Qu'est-ce que pixieDownloader ?

pixieDownloader est une extension Chrome développée par EncryptedCurse, et sa fonction principale est "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension pixieDownloader

Téléchargez les fichiers d'extension pixieDownloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
URL Officiel https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Description Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Taille du Fichier 43.34 KB
Nombre d'Installations 1,200
Version Actuelle 1.1
Dernière Mise à Jour 2021-02-23
Date de Publication 2021-02-23
Évaluation 2.00/5 Total 2 Évaluations
Développeur EncryptedCurse
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}