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

O que é Thingiverse Download All Button?

Thingiverse Download All Button é uma extensão do Chrome desenvolvida por Coolshrimp Modz, e sua principal característica é "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Thingiverse Download All Button

Baixe arquivos de extensão Thingiverse Download All Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
URL Oficial https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
Descrição This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Tamanho do Arquivo 39.4 KB
Contagem de Instalações 684
Versão Atual 1.0
Última Atualização 2022-02-23
Data de Publicação 2022-02-23
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor Coolshrimp Modz
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://coolshrimpmodz.com
URL da Página de Ajuda http://coolshrimpmodz.com
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}