Button Stealer

Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.

Wat is Button Stealer?

Button Stealer is een Chrome-extensie ontwikkeld door Anatoly Zenkov, en de belangrijkste functie is "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Button Stealer

Download Button Stealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
Officiële URL https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Beschrijving Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Bestandsgrootte 137 KB
Aantal Installaties 61
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2024-01-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Anatoly Zenkov
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://anatolyzenkov.com/stolen-buttons/button-stealer
URL van de Privacybeleid Pagina https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}