Tutum
Tutum provides you with accurate and user-friendly preview of any NFT transactions
Cos'è Tutum?
Tutum è un'estensione di Chrome sviluppata da https://tutum.app, e la sua funzione principale è "Tutum provides you with accurate and user-friendly preview of any NFT transactions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tutum
Scarica i file di estensione Tutum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hafianbofhipbkjijmbhhpmpaggkbihp |
| URL Ufficiale | https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp |
| Descrizione | Tutum provides you with accurate and user-friendly preview of any NFT transactions |
| Dimensione del File | 262 KB |
| Conteggio Installazioni | 221 |
| Versione Corrente | 1.3.0 |
| Ultimo Aggiornamento | 2023-02-13 |
| Data di Pubblicazione | 2022-11-06 |
| Valutazione | 5.00/5 Totale 33 Valutazioni |
| Sviluppatore | https://tutum.app |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://tutum.app |
| URL della Pagina di Aiuto | https://support.tutum.app |
| URL della Pagina della Politica sulla Privacy | https://www.trivia-labs.com/privacy |
| Lingue Supportate | 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": []
}
]
} | |