Tutum

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

Co to jest Tutum?

Tutum to rozszerzenie Chrome opracowane przez https://tutum.app, a jego główną funkcją jest „Tutum provides you with accurate and user-friendly preview of any NFT transactions”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tutum

Pobierz pliki rozszerzeń Tutum w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
Oficjalny URL https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Opis Tutum provides you with accurate and user-friendly preview of any NFT transactions
Rozmiar pliku 262 KB
Liczba instalacji 221
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2023-02-13
Data Publikacji 2022-11-06
Ocena 5.00/5 Łącznie 33 Oceny
Deweloper https://tutum.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tutum.app
Adres URL Strony Pomocy https://support.tutum.app
Adres URL Strony Polityki Prywatności https://www.trivia-labs.com/privacy
Obsługiwane Języki 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": []
        }
    ]
}