Tutum

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

Apa itu Tutum?

Tutum adalah ekstensi Chrome yang dikembangkan oleh https://tutum.app, dan fitur utamanya adalah "Tutum provides you with accurate and user-friendly preview of any NFT transactions".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tutum

Unduh file ekstensi Tutum dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
URL Resmi https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Deskripsi Tutum provides you with accurate and user-friendly preview of any NFT transactions
Ukuran File 262 KB
Jumlah Instalasi 221
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-02-13
Tanggal Publikasi 2022-11-06
Penilaian 5.00/5 Total 33 Penilaian
Pengembang https://tutum.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tutum.app
URL Halaman Bantuan https://support.tutum.app
URL Halaman Kebijakan Privasi https://www.trivia-labs.com/privacy
Bahasa yang Didukung 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": []
        }
    ]
}