Thingiverse STL Downloader

Download STLs from Thingiverse -- without the ads.

Co je Thingiverse STL Downloader?

Thingiverse STL Downloader je rozšíření Chrome vyvinuté stephancasas, a jeho hlavní funkcí je „Download STLs from Thingiverse -- without the ads.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thingiverse STL Downloader

Stáhněte si soubory rozšíření Thingiverse STL Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Thingiverse STL Downloader Thingiverse STL Downloader
ID ejkhjfjaoceihfojlppnhopenobeeoln
Oficiální URL https://chromewebstore.google.com/detail/thingiverse-stl-downloade/ejkhjfjaoceihfojlppnhopenobeeoln
Popis Download STLs from Thingiverse -- without the ads.
Velikost souboru 66.14 KB
Počet instalací 784
Aktuální Verze 1.0
Poslední Aktualizace 2022-02-28
Datum Vydání 2022-02-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář stephancasas
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/stephancasas
URL Stránky Nápovědy https://github.com/stephancasas
Podporované Jazyky 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"
    }
}