CoinTool - MetaSafe

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

O que é CoinTool - MetaSafe?

CoinTool - MetaSafe é uma extensão do Chrome desenvolvida por CoinTool, e sua principal característica é "CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CoinTool - MetaSafe

Baixe arquivos de extensão CoinTool - MetaSafe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome CoinTool - MetaSafe CoinTool - MetaSafe
ID adoeinlolcjogennbgahohnjeckanaeb
URL Oficial https://chromewebstore.google.com/detail/cointool-metasafe/adoeinlolcjogennbgahohnjeckanaeb
Descrição CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!
Tamanho do Arquivo 498 KB
Contagem de Instalações 3,568
Versão Atual 1.0.5
Última Atualização 2022-09-16
Data de Publicação 2022-08-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CoinTool
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cointool.app
URL da Página de Ajuda https://github.com/cointool-app/metasafe
Idiomas Suportados 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"
}