pixieDownloader

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

What is pixieDownloader?

pixieDownloader is a Chrome extension developed by EncryptedCurse, and its main feature is "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Extension Screenshots

screenshot

Download pixieDownloader Extension CRX File

Download pixieDownloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
Official URL 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.…
File Size 43.34 KB
Installation Count 1,200
Current Version 1.1
Last Updated 2021-02-23
Publish Date 2021-02-23
Rating 2.00/5 Total 2 Ratings
Developer EncryptedCurse
Email [email protected]
Payment Type free
Supported Languages 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": []
}