TanglePay IOTA Wallet

TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.

Cos'è TanglePay IOTA Wallet?

TanglePay IOTA Wallet è un'estensione di Chrome sviluppata da https://tanglepay.com, e la sua funzione principale è "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TanglePay IOTA Wallet

Scarica i file di estensione TanglePay IOTA Wallet 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

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

Informazioni di Base sull'Estensione

Nome TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
URL Ufficiale https://chromewebstore.google.com/detail/tanglepay-iota-wallet/hbneiaclpaaglopiogfdhgccebncnjmc
Descrizione TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.
Dimensione del File 8.15 MB
Conteggio Installazioni 7,902
Versione Corrente 1.6.3
Ultimo Aggiornamento 2024-02-02
Data di Pubblicazione 2021-11-09
Valutazione 3.73/5 Totale 11 Valutazioni
Sviluppatore https://tanglepay.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tanglepay.com/
URL della Pagina di Aiuto https://tanglepay.com/
URL della Pagina della Politica sulla Privacy https://tanglepay.com/policy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TanglePay IOTA Wallet",
    "version": "1.6.3",
    "description": "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": "images\/16.png",
        "default_title": "TanglePay",
        "default_popup": "index.html"
    },
    "author": "TanglePay",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/test.api.iotacat.com\/",
        "https:\/\/test2.api.iotacat.com\/",
        "https:\/\/explorer-api.iota.org\/",
        "https:\/\/node.iotaichi.com\/",
        "https:\/\/api.lb-0.h.chrysalis-devnet.iota.cafe\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js",
                "font\/OpenSans-Regular.ttf",
                "font\/OpenSans-Semibold.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}