Thingiverse Fixer
Download all as Zip, and remove timer and ads from individual downloads.
O que é Thingiverse Fixer?
Thingiverse Fixer é uma extensão do Chrome desenvolvida por matthew.starrman, e sua principal característica é "Download all as Zip, and remove timer and ads from individual downloads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thingiverse Fixer
Baixe arquivos de extensão Thingiverse Fixer 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
Thingiverse has been getting worse over time. This extension tries to fix some of the issues. Adds a Download ZIP button. Rename the Download Files button to make more sense. Corrects the individual file downloads to by pass the requirement to disable your ad blocker and remove the five second delay. Install this extension if you use thingiverse.com and want some of the above issues corrected.
Informações Básicas da Extensão
Nome | Thingiverse Fixer |
ID | gjblbjafihaecbpkfjckmdbjjchgpgdb |
URL Oficial | https://chromewebstore.google.com/detail/thingiverse-fixer/gjblbjafihaecbpkfjckmdbjjchgpgdb |
Descrição | Download all as Zip, and remove timer and ads from individual downloads. |
Tamanho do Arquivo | 28.52 KB |
Contagem de Instalações | 2,583 |
Versão Atual | 1.3.0 |
Última Atualização | 2022-12-21 |
Data de Publicação | 2022-02-25 |
Classificação | 4.00/5 Total de 12 Avaliações |
Desenvolvedor | matthew.starrman |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thingiverse Fixer", "description": "Download all as Zip, and remove timer and ads from individual downloads.", "version": "1.3.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.thingiverse.com\/*", "http:\/\/www.thingiverse.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/t16.png", "32": "\/images\/t32.png", "48": "\/images\/t48.png", "128": "\/images\/t128.png" } }, "icons": { "16": "\/images\/tz16.png", "32": "\/images\/tz32.png", "48": "\/images\/tz48.png", "128": "\/images\/tz128.png" } } |