CoinTool - MetaSafe

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

什麼是CoinTool - MetaSafe?

CoinTool - MetaSafe是由CoinTool開發的Chrome擴展程式,該擴展的主要功能是“CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!”。

擴展截圖

screenshot
screenshot

下載CoinTool - MetaSafe擴展crx文件

下載CoinTool - MetaSafe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 CoinTool - MetaSafe CoinTool - MetaSafe
ID adoeinlolcjogennbgahohnjeckanaeb
官方網址 https://chromewebstore.google.com/detail/cointool-metasafe/adoeinlolcjogennbgahohnjeckanaeb
簡介 CoinTool - MetaSafe is a WEB 3.0 browser plugin against malicious approve and transfers, providing users with asset security!
檔案大小 498 KB
安裝次數 3,568
目前版本 1.0.5
更新時間 2022-09-16
上架時間 2022-08-01
評分 5.00/5 共 1 次評分
開發者 CoinTool
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cointool.app
說明頁面URL https://github.com/cointool-app/metasafe
支援的語言 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"
}