Button Stealer
Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
O que é Button Stealer?
Button Stealer é uma extensão do Chrome desenvolvida por Anatoly Zenkov, e sua principal característica é "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Button Stealer
Baixe arquivos de extensão Button Stealer 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
Button Stealer "steals" buttons from the websites you visit. Do your usual everyday online stuff and watch the collection of your stolen buttons grow. It’s fun, useless, and free! Button Stealer works locally and doesn’t send data anywhere, so your data remains private.
Informações Básicas da Extensão
Nome | Button Stealer |
ID | iiikidmnimlpahbeknmkeonmemajpccj |
URL Oficial | https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj |
Descrição | Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow. |
Tamanho do Arquivo | 137 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.0.2 |
Última Atualização | 2024-01-17 |
Data de Publicação | 2024-01-03 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Anatoly Zenkov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://anatolyzenkov.com/stolen-buttons/button-stealer |
URL da Página de Política de Privacidade | https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Button Stealer", "description": "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.", "version": "1.0.2", "manifest_version": 3, "action": { "default_icon": { "16": "images\/icon-light-16.png", "32": "images\/icon-light-32.png" }, "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon-light-16.png", "32": "images\/icon-light-32.png", "48": "images\/icon-light-48.png", "128": "images\/icon-light-128.png" }, "permissions": [ "storage", "offscreen" ], "background": { "service_worker": "scripts\/service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "scripts\/button-stealer.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |