Button Stealer
Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Cos'è Button Stealer?
Button Stealer è un'estensione di Chrome sviluppata da Anatoly Zenkov, e la sua funzione principale è "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Button Stealer
Scarica i file di estensione Button Stealer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Button Stealer |
ID | iiikidmnimlpahbeknmkeonmemajpccj |
URL Ufficiale | https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj |
Descrizione | Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2024-01-17 |
Data di Pubblicazione | 2024-01-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Anatoly Zenkov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://anatolyzenkov.com/stolen-buttons/button-stealer |
URL della Pagina della Politica sulla Privacy | https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |