TanglePay IOTA Wallet

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

ما هو TanglePay IOTA Wallet؟

TanglePay IOTA Wallet هو إضافة Chrome تم تطويرها بواسطة https://tanglepay.com، والميزة الرئيسية لها هي "TanglePay is your IOTA wallet available on Chrome to explore Defi, NFT and more.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TanglePay IOTA Wallet

قم بتنزيل ملفات الامتداد TanglePay IOTA Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://tanglepay.com/
عنوان صفحة سياسة الخصوصية 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'"
    }
}