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

Qu'est-ce que Thingiverse Download All Button ?

Thingiverse Download All Button est une extension Chrome développée par Coolshrimp Modz, et sa fonction principale est "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thingiverse Download All Button

Téléchargez les fichiers d'extension Thingiverse Download All Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
URL Officiel https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Description This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Taille du Fichier 39.4 KB
Nombre d'Installations 684
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-23
Date de Publication 2022-02-23
Évaluation 4.00/5 Total 6 Évaluations
Développeur Coolshrimp Modz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://coolshrimpmodz.com
URL de la Page d'Aide http://coolshrimpmodz.com
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}