Button Stealer

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

Apa itu Button Stealer?

Button Stealer adalah ekstensi Chrome yang dikembangkan oleh Anatoly Zenkov, dan fitur utamanya adalah "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Button Stealer

Unduh file ekstensi Button Stealer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
URL Resmi https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Deskripsi Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Ukuran File 137 KB
Jumlah Instalasi 61
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-01-17
Tanggal Publikasi 2024-01-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Anatoly Zenkov
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://anatolyzenkov.com/stolen-buttons/button-stealer
URL Halaman Kebijakan Privasi https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}