Button Stealer

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

Qu'est-ce que Button Stealer ?

Button Stealer est une extension Chrome développée par Anatoly Zenkov, et sa fonction principale est "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Button Stealer

Téléchargez les fichiers d'extension Button Stealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
URL Officiel https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Description Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Taille du Fichier 137 KB
Nombre d'Installations 61
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-01-17
Date de Publication 2024-01-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur Anatoly Zenkov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://anatolyzenkov.com/stolen-buttons/button-stealer
URL de la Page de Politique de Confidentialité https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}