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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Button Stealer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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:\/\/*\/*"
            ]
        }
    ]
}