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

¿Qué es Thingiverse Download All Button?

Thingiverse Download All Button es una extensión de Chrome desarrollada por Coolshrimp Modz, y su función principal es "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thingiverse Download All Button

Descarga archivos de extensión Thingiverse Download All Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
URL Oficial https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Descripción This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Tamaño del Archivo 39.4 KB
Cantidad de Instalaciones 684
Versión Actual 1.0
Última Actualización 2022-02-23
Fecha de Publicación 2022-02-23
Calificación 4.00/5 Total de 6 Calificaciones
Desarrollador Coolshrimp Modz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://coolshrimpmodz.com
URL de la Página de Ayuda http://coolshrimpmodz.com
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}