Tutum

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

What is Tutum?

Tutum is a Chrome extension developed by https://tutum.app, and its main feature is "Tutum provides you with accurate and user-friendly preview of any NFT transactions".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tutum Extension CRX File

Download Tutum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
Official URL https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Description Tutum provides you with accurate and user-friendly preview of any NFT transactions
File Size 262 KB
Installation Count 221
Current Version 1.3.0
Last Updated 2023-02-13
Publish Date 2022-11-06
Rating 5.00/5 Total 33 Ratings
Developer https://tutum.app
Email [email protected]
Payment Type free
Extension Website https://tutum.app
Help Page URL https://support.tutum.app
Privacy Policy Page URL https://www.trivia-labs.com/privacy
Supported Languages 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": []
        }
    ]
}