Button Stealer

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

ما هو Button Stealer؟

Button Stealer هو إضافة Chrome تم تطويرها بواسطة Anatoly Zenkov، والميزة الرئيسية لها هي "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Button Stealer

قم بتنزيل ملفات الامتداد Button Stealer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
عنوان URL الرسمي https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
الوصف Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
حجم الملف 137 KB
عدد التثبيتات 61
النسخة الحالية 1.0.2
آخر تحديث 2024-01-17
تاريخ النشر 2024-01-03
تقييم 5.00/5 مجموع تقييمات 3
المطور Anatoly Zenkov
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://anatolyzenkov.com/stolen-buttons/button-stealer
عنوان صفحة سياسة الخصوصية https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
اللغات المدعومة 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:\/\/*\/*"
            ]
        }
    ]
}