Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
什么是Tutum?
Tutum是由https://tutum.app开发的Chrome扩展程序,该扩展的主要功能是“Tutum provides you with accurate and user-friendly preview of any NFT transactions”。
扩展截图
下载Tutum扩展crx文件
下载Tutum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Tutum |
ID | hafianbofhipbkjijmbhhpmpaggkbihp |
官方URL | https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp |
简介 | Tutum provides you with accurate and user-friendly preview of any NFT transactions |
文件大小 | 262 KB |
安装次数 | 221 |
当前版本 | 1.3.0 |
更新时间 | 2023-02-13 |
上架时间 | 2022-11-06 |
评分 | 5.00/5 共33次评分 |
开发者 | https://tutum.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tutum.app |
帮助页面URL | https://support.tutum.app |
隐私政策页面URL | https://www.trivia-labs.com/privacy |
支持的语言 | 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": [] } ] } |