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
What is Thingiverse Download All Button?
Thingiverse Download All Button is a Chrome extension developed by Coolshrimp Modz, and its main feature is "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".
Extension Screenshots
Download Thingiverse Download All Button Extension CRX File
Download Thingiverse Download All Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Thingiverse Download All Button |
ID | bjllehomeeidigmbhgcgndgabgdccmhn |
Official URL | 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 |
File Size | 39.4 KB |
Installation Count | 684 |
Current Version | 1.0 |
Last Updated | 2022-02-23 |
Publish Date | 2022-02-23 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Coolshrimp Modz |
[email protected] | |
Payment Type | free |
Extension Website | http://coolshrimpmodz.com |
Help Page URL | http://coolshrimpmodz.com |
Supported Languages | 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": [ " |