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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TanglePay V1.6.3
1. Fix GroupFI SDK bug                    

확장 프로그램 기본 정보

이름 TanglePay IOTA Wallet TanglePay IOTA Wallet
ID hbneiaclpaaglopiogfdhgccebncnjmc
공식 URL 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'"
    }
}