TanglePay IOTA Wallet

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

TanglePay IOTA Wallet là gì?

TanglePay IOTA Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://tanglepay.com, và tính năng chính của nó là "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TanglePay IOTA Wallet

Tải xuống các tệp mở rộng TanglePay IOTA Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
URL Chính Thức https://chromewebstore.google.com/detail/tanglepay-iota-wallet/hbneiaclpaaglopiogfdhgccebncnjmc
Mô tả TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.
Kích Thước Tệp 8.15 MB
Số Lần Cài Đặt 7,902
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2021-11-09
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://tanglepay.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tanglepay.com/
URL Trang Trợ Giúp https://tanglepay.com/
URL Trang Chính Sách Bảo Mật https://tanglepay.com/policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}