Thingiverse Download All Button

This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz

ما هو Thingiverse Download All Button؟

Thingiverse Download All Button هو إضافة Chrome تم تطويرها بواسطة Coolshrimp Modz، والميزة الرئيسية لها هي "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

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

screenshot

تحميل ملف CRX للإضافة Thingiverse Download All Button

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

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

                        Recently Thingiverse removed the download all button, and you now have to downloads all files individually.

You can now put a button back on the site and download a single .zip with all files again.                    

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

الاسم Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
الوصف This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
حجم الملف 39.4 KB
عدد التثبيتات 684
النسخة الحالية 1.0
آخر تحديث 2022-02-23
تاريخ النشر 2022-02-23
تقييم 4.00/5 مجموع تقييمات 6
المطور Coolshrimp Modz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://coolshrimpmodz.com
عنوان صفحة المساعدة http://coolshrimpmodz.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thingiverse Download All Button",
    "short_name": "Thingiverse Download All Button",
    "icons": {
        "48": "zip-48.png",
        "128": "zip-128.png"
    },
    "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files.  Created By: Coolshrimp Modz",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thingiverse.com\/thing*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}