Button Stealer

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

What is Button Stealer?

Button Stealer is a Chrome extension developed by Anatoly Zenkov, and its main feature is "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Extension Screenshots

screenshot
screenshot

Download Button Stealer Extension CRX File

Download Button Stealer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
Official URL https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Description Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
File Size 137 KB
Installation Count 61
Current Version 1.0.2
Last Updated 2024-01-17
Publish Date 2024-01-03
Rating 5.00/5 Total 3 Ratings
Developer Anatoly Zenkov
Email [email protected]
Payment Type free
Extension Website https://anatolyzenkov.com/stolen-buttons/button-stealer
Privacy Policy Page URL https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}