TanglePay IOTA Wallet

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

什麼是TanglePay IOTA Wallet?

TanglePay IOTA Wallet是由https://tanglepay.com開發的Chrome擴展程式,該擴展的主要功能是“TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.”。

擴展截圖

screenshot
screenshot
screenshot

下載TanglePay IOTA Wallet擴展crx文件

下載TanglePay IOTA Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

擴展基本資訊

名稱 TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
官方網址 https://chromewebstore.google.com/detail/tanglepay-iota-wallet/hbneiaclpaaglopiogfdhgccebncnjmc
簡介 TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.
檔案大小 8.15 MB
安裝次數 7,902
目前版本 1.6.3
更新時間 2024-02-02
上架時間 2021-11-09
評分 3.73/5 共 11 次評分
開發者 https://tanglepay.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tanglepay.com/
說明頁面URL https://tanglepay.com/
隱私政策頁面URL https://tanglepay.com/policy.html
支援的語言 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'"
    }
}