Thingiverse Fixer
Download all as Zip, and remove timer and ads from individual downloads.
Qu'est-ce que Thingiverse Fixer ?
Thingiverse Fixer est une extension Chrome développée par matthew.starrman, et sa fonction principale est "Download all as Zip, and remove timer and ads from individual downloads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thingiverse Fixer
Téléchargez les fichiers d'extension Thingiverse Fixer 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
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.
Informations de Base sur l'Extension
Nom | Thingiverse Fixer |
ID | gjblbjafihaecbpkfjckmdbjjchgpgdb |
URL Officiel | https://chromewebstore.google.com/detail/thingiverse-fixer/gjblbjafihaecbpkfjckmdbjjchgpgdb |
Description | Download all as Zip, and remove timer and ads from individual downloads. |
Taille du Fichier | 28.52 KB |
Nombre d'Installations | 2,583 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2022-12-21 |
Date de Publication | 2022-02-25 |
Évaluation | 4.00/5 Total 12 Évaluations |
Développeur | matthew.starrman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |