Thingiverse STL Downloader

Download STLs from Thingiverse -- without the ads.

Wat is Thingiverse STL Downloader?

Thingiverse STL Downloader is een Chrome-extensie ontwikkeld door stephancasas, en de belangrijkste functie is "Download STLs from Thingiverse -- without the ads.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Thingiverse STL Downloader

Download Thingiverse STL Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Thingiverse STL Downloader Thingiverse STL Downloader
ID ejkhjfjaoceihfojlppnhopenobeeoln
Officiële URL https://chromewebstore.google.com/detail/thingiverse-stl-downloade/ejkhjfjaoceihfojlppnhopenobeeoln
Beschrijving Download STLs from Thingiverse -- without the ads.
Bestandsgrootte 66.14 KB
Aantal Installaties 784
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-28
Publicatiedatum 2022-02-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar stephancasas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/stephancasas
Help Pagina-URL https://github.com/stephancasas
Ondersteunde Talen 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"
    }
}