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

Τι είναι το Thingiverse Download All Button;

Το Thingiverse Download All Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Coolshrimp Modz, και η κύρια λειτουργία του είναι "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Thingiverse Download All Button

Λήψη αρχείων επέκτασης Thingiverse Download All Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Επίσημο URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Περιγραφή This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Μέγεθος Αρχείου 39.4 KB
Αριθμός Εγκαταστάσεων 684
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-02-23
Ημερομηνία Δημοσίευσης 2022-02-23
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Coolshrimp Modz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://coolshrimpmodz.com
Διεύθυνση URL της Σελίδας Βοήθειας http://coolshrimpmodz.com
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}