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

Co je Thingiverse Download All Button?

Thingiverse Download All Button je rozšíření Chrome vyvinuté Coolshrimp Modz, a jeho hlavní funkcí je „This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thingiverse Download All Button

Stáhněte si soubory rozšíření Thingiverse Download All Button 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í

                        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.                    

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

Název Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
Oficiální URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Popis This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Velikost souboru 39.4 KB
Počet instalací 684
Aktuální Verze 1.0
Poslední Aktualizace 2022-02-23
Datum Vydání 2022-02-23
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář Coolshrimp Modz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://coolshrimpmodz.com
URL Stránky Nápovědy http://coolshrimpmodz.com
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}