Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
ما هو Tutum؟
Tutum هو إضافة Chrome تم تطويرها بواسطة https://tutum.app، والميزة الرئيسية لها هي "Tutum provides you with accurate and user-friendly preview of any NFT transactions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tutum
قم بتنزيل ملفات الامتداد Tutum بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://support.tutum.app |
عنوان صفحة سياسة الخصوصية | 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": [] } ] } |