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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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:\/\/*\/*"
            ]
        }
    ]
}