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

Was ist Thingiverse Download All Button?

Thingiverse Download All Button ist eine Chrome-Erweiterung, die von Coolshrimp Modz entwickelt wurde, und ihr Hauptmerkmal ist "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Erweiterungsscreenshots

screenshot

Thingiverse Download All Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thingiverse Download All Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Offizielle URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Beschreibung This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Dateigröße 39.4 KB
Installationsanzahl 684
Aktuelle Version 1.0
Letztes Update 2022-02-23
Veröffentlichungsdatum 2022-02-23
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler Coolshrimp Modz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://coolshrimpmodz.com
Hilfeseite URL http://coolshrimpmodz.com
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}