Button Stealer

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

Vad är Button Stealer?

Button Stealer är en Chrome-tillägg utvecklad av Anatoly Zenkov, och dess huvudfunktion är "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Button Stealer-förlängningens CRX-fil

Ladda ner Button Stealer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
Officiell webbadress https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Beskrivning Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Filstorlek 137 KB
Antal Installationer 61
Aktuell Version 1.0.2
Senast Uppdaterad 2024-01-17
Publiceringsdatum 2024-01-03
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Anatoly Zenkov
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://anatolyzenkov.com/stolen-buttons/button-stealer
URL till Sekretesspolicy Sidan https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}