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

Wat is Thingiverse Download All Button?

Thingiverse Download All Button is een Chrome-extensie ontwikkeld door Coolshrimp Modz, en de belangrijkste functie is "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Thingiverse Download All Button

Download Thingiverse Download All Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Officiële URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Beschrijving This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Bestandsgrootte 39.4 KB
Aantal Installaties 684
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-23
Publicatiedatum 2022-02-23
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Coolshrimp Modz
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://coolshrimpmodz.com
Help Pagina-URL http://coolshrimpmodz.com
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}