Tutum

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

Hvad er Tutum?

Tutum er en Chrome-udvidelse udviklet af https://tutum.app, og dens hovedfunktion er "Tutum provides you with accurate and user-friendly preview of any NFT transactions".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tutum-udvidelses-CRX-fil

Download Tutum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
Officiel URL https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Beskrivelse Tutum provides you with accurate and user-friendly preview of any NFT transactions
Filstørrelse 262 KB
Antal Installationer 221
Nuværende Version 1.3.0
Senest Opdateret 2023-02-13
Udgivelsesdato 2022-11-06
Bedømmelse 5.00/5 Samlet 33 Bedømmelser
Udvikler https://tutum.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tutum.app
Hjælpeside-URL https://support.tutum.app
URL til Fortrolighedspolitik Side https://www.trivia-labs.com/privacy
Understøttede Sprog 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": []
        }
    ]
}