Thingiverse Downloader

A plugin to quickly download files from thingiverse model!

What is Thingiverse Downloader?

Thingiverse Downloader is a Chrome extension developed by Jacopopsen, and its main feature is "A plugin to quickly download files from thingiverse model!".

Extension Screenshots

screenshot

Download Thingiverse Downloader Extension CRX File

Download Thingiverse Downloader 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

                        This is a simple extension to help with downloading ZIP-files from thingiverse once again!
The extension adds a download button under the extension tab, which ones pressed will download the ZIP containing the images, files and information from the model page.                    

Extension Basic Information

Name Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
Official URL https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf
Description A plugin to quickly download files from thingiverse model!
File Size 20.06 KB
Installation Count 1,003
Current Version 0.0.1
Last Updated 2022-02-23
Publish Date 2022-02-23
Rating 5.00/5 Total 4 Ratings
Developer Jacopopsen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thingiverse Downloader",
    "description": "A plugin to quickly download files from thingiverse model!",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ThingiverseDownloader16.png",
            "32": "\/images\/ThingiverseDownloader32.png",
            "64": "\/images\/ThingiverseDownloader64.png",
            "128": "\/images\/ThingiverseDownloader128.png"
        }
    },
    "icons": {
        "16": "\/images\/ThingiverseDownloader16.png",
        "32": "\/images\/ThingiverseDownloader32.png",
        "64": "\/images\/ThingiverseDownloader64.png",
        "128": "\/images\/ThingiverseDownloader128.png"
    }
}