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

Hvad er Thingiverse Download All Button?

Thingiverse Download All Button er en Chrome-udvidelse udviklet af Coolshrimp Modz, og dens hovedfunktion er "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Udvidelsesskærmbilleder

screenshot

Download Thingiverse Download All Button-udvidelses-CRX-fil

Download Thingiverse Download All Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Officiel URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Beskrivelse This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Filstørrelse 39.4 KB
Antal Installationer 684
Nuværende Version 1.0
Senest Opdateret 2022-02-23
Udgivelsesdato 2022-02-23
Bedømmelse 4.00/5 Samlet 6 Bedømmelser
Udvikler Coolshrimp Modz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://coolshrimpmodz.com
Hjælpeside-URL http://coolshrimpmodz.com
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}