Thingiverse Fixer
Download all as Zip, and remove timer and ads from individual downloads.
Τι είναι το Thingiverse Fixer;
Το Thingiverse Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matthew.starrman, και η κύρια λειτουργία του είναι "Download all as Zip, and remove timer and ads from individual downloads.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thingiverse Fixer
Λήψη αρχείων επέκτασης Thingiverse Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Thingiverse has been getting worse over time. This extension tries to fix some of the issues. Adds a Download ZIP button. Rename the Download Files button to make more sense. Corrects the individual file downloads to by pass the requirement to disable your ad blocker and remove the five second delay. Install this extension if you use thingiverse.com and want some of the above issues corrected.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thingiverse Fixer |
ID | gjblbjafihaecbpkfjckmdbjjchgpgdb |
Επίσημο URL | https://chromewebstore.google.com/detail/thingiverse-fixer/gjblbjafihaecbpkfjckmdbjjchgpgdb |
Περιγραφή | Download all as Zip, and remove timer and ads from individual downloads. |
Μέγεθος Αρχείου | 28.52 KB |
Αριθμός Εγκαταστάσεων | 2,583 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2022-12-21 |
Ημερομηνία Δημοσίευσης | 2022-02-25 |
Αξιολόγηση | 4.00/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | matthew.starrman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thingiverse Fixer", "description": "Download all as Zip, and remove timer and ads from individual downloads.", "version": "1.3.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.thingiverse.com\/*", "http:\/\/www.thingiverse.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/t16.png", "32": "\/images\/t32.png", "48": "\/images\/t48.png", "128": "\/images\/t128.png" } }, "icons": { "16": "\/images\/tz16.png", "32": "\/images\/tz32.png", "48": "\/images\/tz48.png", "128": "\/images\/tz128.png" } } |