Button Stealer

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

Hvad er Button Stealer?

Button Stealer er en Chrome-udvidelse udviklet af Anatoly Zenkov, og dens hovedfunktion er "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Button Stealer-udvidelses-CRX-fil

Download Button Stealer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
Officiel URL https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Beskrivelse Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Filstørrelse 137 KB
Antal Installationer 61
Nuværende Version 1.0.2
Senest Opdateret 2024-01-17
Udgivelsesdato 2024-01-03
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Anatoly Zenkov
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://anatolyzenkov.com/stolen-buttons/button-stealer
URL til Fortrolighedspolitik Side https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}