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

Apa itu Thingiverse Download All Button?

Thingiverse Download All Button adalah ekstensi Chrome yang dikembangkan oleh Coolshrimp Modz, dan fitur utamanya adalah "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thingiverse Download All Button

Unduh file ekstensi Thingiverse Download All Button 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

                        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.                    

Informasi Dasar Ekstensi

Nama Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
URL Resmi https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Deskripsi This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Ukuran File 39.4 KB
Jumlah Instalasi 684
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-23
Tanggal Publikasi 2022-02-23
Penilaian 4.00/5 Total 6 Penilaian
Pengembang Coolshrimp Modz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://coolshrimpmodz.com
URL Halaman Bantuan http://coolshrimpmodz.com
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}