pixieDownloader

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

Apa itu pixieDownloader?

pixieDownloader adalah ekstensi Chrome yang dikembangkan oleh EncryptedCurse, dan fitur utamanya adalah "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi pixieDownloader

Unduh file ekstensi pixieDownloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
URL Resmi https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Deskripsi Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Ukuran File 43.34 KB
Jumlah Instalasi 1,200
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-02-23
Tanggal Publikasi 2021-02-23
Penilaian 2.00/5 Total 2 Penilaian
Pengembang EncryptedCurse
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}