Thanos It
Thanos all the things
O que é Thanos It?
Thanos It é uma extensão do Chrome desenvolvida por https://jbegleiter.com, e sua principal característica é "Thanos all the things".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thanos It
Baixe arquivos de extensão Thanos It 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
Snap to destroy half of the visible items on a webpage, or become Thanos and enable the gauntlet to destroy items at will on any webpage. This will remember web pages where it has been enabled.
Informações Básicas da Extensão
Nome | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
URL Oficial | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
Descrição | Thanos all the things |
Tamanho do Arquivo | 990 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0 |
Última Atualização | 2019-05-13 |
Data de Publicação | 2019-05-13 |
Classificação | 1.81/5 Total de 16 Avaliações |
Desenvolvedor | https://jbegleiter.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thanos It", "version": "1.0", "description": "Thanos all the things", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/gauntlet_lit_16.png", "32": "images\/gauntlet_lit_32.png", "48": "images\/gauntlet_lit_48.png", "128": "images\/gauntlet_lit_128.png" } }, "content_scripts": [ { "css": [ "css\/particles.css" ], "js": [ "scripts\/anime.min.js", "scripts\/particles.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "images\/gauntlet_lit_16.png", "32": "images\/gauntlet_lit_32.png", "48": "images\/gauntlet_lit_48.png", "128": "images\/gauntlet_lit_128.png" } } |