Thingiverse STL Downloader
Download STLs from Thingiverse -- without the ads.
Qu'est-ce que Thingiverse STL Downloader ?
Thingiverse STL Downloader est une extension Chrome développée par stephancasas, et sa fonction principale est "Download STLs from Thingiverse -- without the ads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thingiverse STL Downloader
Téléchargez les fichiers d'extension Thingiverse STL Downloader 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
Skip the forced ads on Thingiverse and get right to the good stuff.
Informations de Base sur l'Extension
Nom | Thingiverse STL Downloader |
ID | ejkhjfjaoceihfojlppnhopenobeeoln |
URL Officiel | https://chromewebstore.google.com/detail/thingiverse-stl-downloade/ejkhjfjaoceihfojlppnhopenobeeoln |
Description | Download STLs from Thingiverse -- without the ads. |
Taille du Fichier | 66.14 KB |
Nombre d'Installations | 784 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-02-28 |
Date de Publication | 2022-02-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | stephancasas |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/stephancasas |
URL de la Page d'Aide | https://github.com/stephancasas |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thingiverse STL Downloader", "description": "Download STLs from Thingiverse -- without the ads.", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contextmonitor.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/active--16.png", "32": "\/images\/active--32.png", "48": "\/images\/active--48.png", "128": "\/images\/active--128.png" } }, "icons": { "16": "\/images\/active--16.png", "32": "\/images\/active--32.png", "48": "\/images\/active--48.png", "128": "\/images\/active--128.png" } } |