Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
Wat is Tutum?
Tutum is een Chrome-extensie ontwikkeld door https://tutum.app, en de belangrijkste functie is "Tutum provides you with accurate and user-friendly preview of any NFT transactions".
Extensie Screenshots
Download het CRX-bestand van de extensie Tutum
Download Tutum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hafianbofhipbkjijmbhhpmpaggkbihp |
| Officiële URL | https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp |
| Beschrijving | Tutum provides you with accurate and user-friendly preview of any NFT transactions |
| Bestandsgrootte | 262 KB |
| Aantal Installaties | 221 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2023-02-13 |
| Publicatiedatum | 2022-11-06 |
| Beoordeling | 5.00/5 Totaal 33 Beoordelingen |
| Ontwikkelaar | https://tutum.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://tutum.app |
| Help Pagina-URL | https://support.tutum.app |
| URL van de Privacybeleid Pagina | https://www.trivia-labs.com/privacy |
| Ondersteunde Talen | 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": []
}
]
} | |