TanglePay IOTA Wallet

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

Qu'est-ce que TanglePay IOTA Wallet ?

TanglePay IOTA Wallet est une extension Chrome développée par https://tanglepay.com, et sa fonction principale est "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TanglePay IOTA Wallet

Téléchargez les fichiers d'extension TanglePay IOTA Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

Informations de Base sur l'Extension

Nom TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
URL Officiel https://chromewebstore.google.com/detail/tanglepay-iota-wallet/hbneiaclpaaglopiogfdhgccebncnjmc
Description TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.
Taille du Fichier 8.15 MB
Nombre d'Installations 7,902
Version Actuelle 1.6.3
Dernière Mise à Jour 2024-02-02
Date de Publication 2021-11-09
Évaluation 3.73/5 Total 11 Évaluations
Développeur https://tanglepay.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tanglepay.com/
URL de la Page d'Aide https://tanglepay.com/
URL de la Page de Politique de Confidentialité https://tanglepay.com/policy.html
Langues Prises en Charge 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'"
    }
}