Button Stealer
Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
¿Qué es Button Stealer?
Button Stealer es una extensión de Chrome desarrollada por Anatoly Zenkov, y su función principal es "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Button Stealer
Descarga archivos de extensión Button Stealer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Button Stealer |
ID | iiikidmnimlpahbeknmkeonmemajpccj |
URL Oficial | https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj |
Descripción | Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow. |
Tamaño del Archivo | 137 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.0.2 |
Última Actualización | 2024-01-17 |
Fecha de Publicación | 2024-01-03 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Anatoly Zenkov |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://anatolyzenkov.com/stolen-buttons/button-stealer |
URL de la Página de Política de Privacidad | https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |