pixieDownloader

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

ما هو pixieDownloader؟

pixieDownloader هو إضافة Chrome تم تطويرها بواسطة EncryptedCurse، والميزة الرئيسية لها هي "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة pixieDownloader

قم بتنزيل ملفات الامتداد pixieDownloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
الوصف Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
حجم الملف 43.34 KB
عدد التثبيتات 1,200
النسخة الحالية 1.1
آخر تحديث 2021-02-23
تاريخ النشر 2021-02-23
تقييم 2.00/5 مجموع تقييمات 2
المطور EncryptedCurse
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": []
}