Button Stealer
Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Was ist Button Stealer?
Button Stealer ist eine Chrome-Erweiterung, die von Anatoly Zenkov entwickelt wurde, und ihr Hauptmerkmal ist "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".
Erweiterungsscreenshots
Button Stealer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Button Stealer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Button Stealer |
ID | iiikidmnimlpahbeknmkeonmemajpccj |
Offizielle URL | https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj |
Beschreibung | Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow. |
Dateigröße | 137 KB |
Installationsanzahl | 61 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2024-01-17 |
Veröffentlichungsdatum | 2024-01-03 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Anatoly Zenkov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://anatolyzenkov.com/stolen-buttons/button-stealer |
URL der Datenschutzrichtlinien-Seite | https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |