CoinTool - MetaSafe

CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!

Qu'est-ce que CoinTool - MetaSafe ?

CoinTool - MetaSafe est une extension Chrome développée par CoinTool, et sa fonction principale est "CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CoinTool - MetaSafe

Téléchargez les fichiers d'extension CoinTool - MetaSafe 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

                        CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security! In the recent security incidents, we found that many users are threatened by malicious websites, phishing websites and web page hangings, causing significant loss of blockchain assets, including not limited to Token, NFT, etc. After our research, we developed this plug-in, which can intercept all calls to MetaMask behavior and analyze them for tips, providing global users with WEB3.0 Asset security protection!                    

Informations de Base sur l'Extension

Nom CoinTool - MetaSafe CoinTool - MetaSafe
ID adoeinlolcjogennbgahohnjeckanaeb
URL Officiel https://chromewebstore.google.com/detail/cointool-metasafe/adoeinlolcjogennbgahohnjeckanaeb
Description CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!
Taille du Fichier 498 KB
Nombre d'Installations 3,568
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-09-16
Date de Publication 2022-08-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur CoinTool
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cointool.app
URL de la Page d'Aide https://github.com/cointool-app/metasafe
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_pluginDesc__",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "CoinTool - MetaSafe",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "storage",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "cointool-receive-data.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "contentScript.bundle.js",
                "contentProxy.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}