Thingiverse STL Downloader

Download STLs from Thingiverse -- without the ads.

What is Thingiverse STL Downloader?

Thingiverse STL Downloader is a Chrome extension developed by stephancasas, and its main feature is "Download STLs from Thingiverse -- without the ads.".

Extension Screenshots

screenshot

Download Thingiverse STL Downloader Extension CRX File

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

                        Skip the forced ads on Thingiverse and get right to the good stuff.                    

Extension Basic Information

Name Thingiverse STL Downloader Thingiverse STL Downloader
ID ejkhjfjaoceihfojlppnhopenobeeoln
Official URL https://chromewebstore.google.com/detail/thingiverse-stl-downloade/ejkhjfjaoceihfojlppnhopenobeeoln
Description Download STLs from Thingiverse -- without the ads.
File Size 66.14 KB
Installation Count 784
Current Version 1.0
Last Updated 2022-02-28
Publish Date 2022-02-28
Rating 5.00/5 Total 2 Ratings
Developer stephancasas
Email [email protected]
Payment Type free
Extension Website https://github.com/stephancasas
Help Page URL https://github.com/stephancasas
Supported Languages 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"
    }
}