Tutum

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

Tutum là gì?

Tutum là một tiện ích mở rộng Chrome được phát triển bởi https://tutum.app, và tính năng chính của nó là "Tutum provides you with accurate and user-friendly preview of any NFT transactions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tutum

Tải xuống các tệp mở rộng Tutum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
URL Chính Thức https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Mô tả Tutum provides you with accurate and user-friendly preview of any NFT transactions
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-02-13
Ngày Phát Hành 2022-11-06
Đánh Giá 5.00/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://tutum.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tutum.app
URL Trang Trợ Giúp https://support.tutum.app
URL Trang Chính Sách Bảo Mật https://www.trivia-labs.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}