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
公式URL 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
Eメール [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"
}