Button Stealer

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

Button Stealer là gì?

Button Stealer là một tiện ích mở rộng Chrome được phát triển bởi Anatoly Zenkov, và tính năng chính của nó là "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Button Stealer

Tải xuống các tệp mở rộng Button Stealer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
URL Chính Thức https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Mô tả Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2024-01-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Anatoly Zenkov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://anatolyzenkov.com/stolen-buttons/button-stealer
URL Trang Chính Sách Bảo Mật https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}