TanglePay IOTA Wallet

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

What is TanglePay IOTA Wallet?

TanglePay IOTA Wallet is a Chrome extension developed by https://tanglepay.com, and its main feature is "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TanglePay IOTA Wallet Extension CRX File

Download TanglePay IOTA Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

Extension Basic Information

Name TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
Official URL https://chromewebstore.google.com/detail/tanglepay-iota-wallet/hbneiaclpaaglopiogfdhgccebncnjmc
Description TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.
File Size 8.15 MB
Installation Count 7,902
Current Version 1.6.3
Last Updated 2024-02-02
Publish Date 2021-11-09
Rating 3.73/5 Total 11 Ratings
Developer https://tanglepay.com
Email [email protected]
Payment Type free
Extension Website https://tanglepay.com/
Help Page URL https://tanglepay.com/
Privacy Policy Page URL https://tanglepay.com/policy.html
Supported Languages 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'"
    }
}