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是由Anatoly Zenkov開發的Chrome擴展程式,該擴展的主要功能是“Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.”。

擴展截圖

screenshot
screenshot

下載Button Stealer擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}