Tutum

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

Vad är Tutum?

Tutum är en Chrome-tillägg utvecklad av https://tutum.app, och dess huvudfunktion är "Tutum provides you with accurate and user-friendly preview of any NFT transactions".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Tutum-förlängningens CRX-fil

Ladda ner Tutum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tutum Tutum
ID hafianbofhipbkjijmbhhpmpaggkbihp
Officiell webbadress https://chromewebstore.google.com/detail/tutum/hafianbofhipbkjijmbhhpmpaggkbihp
Beskrivning Tutum provides you with accurate and user-friendly preview of any NFT transactions
Filstorlek 262 KB
Antal Installationer 221
Aktuell Version 1.3.0
Senast Uppdaterad 2023-02-13
Publiceringsdatum 2022-11-06
Betyg 5.00/5 Totalt 33 Betyg
Utvecklare https://tutum.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tutum.app
Hjälpsida URL https://support.tutum.app
URL till Sekretesspolicy Sidan https://www.trivia-labs.com/privacy
Stödda Språk 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": []
        }
    ]
}