Tutum

Tutum provides you with accurate and user-friendly preview of any NFT transactions

Tutumとは何ですか?

Tutumはhttps://tutum.appによって開発されたChromeの拡張機能で、その主な機能は「Tutum provides you with accurate and user-friendly preview of any NFT transactions」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Tutum拡張機能のCRXファイルをダウンロード

Tutum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tutum provides you with accurate and user-friendly preview of any NFT transactions before you interact with your wallet. Presented by Trivia Labs.

Spotlights:
- NFT transaction simulation
- Intuitive interface design
- Phishing site detection
- Multilingual support

For more info: https://tutum.app                    

拡張機能の基本情報

名前 Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
公式URL https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
説明 Tutum provides you with accurate and user-friendly preview of any NFT transactions
ファイルサイズ 262 KB
インストール数 221
現在のバージョン 1.3.0
最終更新日 2023-02-13
公開日 2022-11-06
評価 5.00/5 合計 33 レビュー
開発者 https://tutum.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tutum.app
ヘルプページのURL https://support.tutum.app
プライバシーポリシーページのURL https://www.trivia-labs.com/privacy
対応言語 en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.3.0",
    "icons": {
        "32": "icons\/icon.png",
        "64": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": []
        }
    ]
}