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:\/\/*\/*"
            ]
        }
    ]
}