CoinStart Wallet

CoinStart Chrome Wallet Extension

CoinStart Walletคืออะไร?

CoinStart Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coinstart.io และคุณลักษณะหลักของมันคือ "CoinStart Chrome Wallet Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinStart Wallet

ดาวน์โหลดไฟล์ส่วนขยาย CoinStart Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CoinStart Web3 wallet

The CoinStart wallet ,  Sui based Multi-chain Wallet.  Portal to crypto world, safe & easy for you to store, buy, send, receive, swap tokens and collect NFTs. Built on Sui blockchain, fully Open-sourced.

-Fully support Suinetwork and Aptos blockchain 
-Safe storage of crypto currencies - Protect your assets on the go with the convenience you expect.
-70+ main nets supported for you to explore NFT, DeFi, DAO...
-Dapps Marketplace, Discover 10,000+ Web3 Dapps, navigate with ease in one minute

Contact Us
Website: https://coinstart.io/
Discord: https://discord.gg/5MqwXbna
Twitter: https://twitter.com/coinstartwallet
Email: [email protected]

About Us

Established in Singapore in May 2022 , Coinstart Inc.
Coinstart is the top decentralized multi-chain digital wallet in Asia.
Integrating Wallet, Swap, NFT Market, DApp Browser and Discover in a single location,
it is committed to creating the world's largest decentralized Web3.0 gateway.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CoinStart Wallet CoinStart Wallet
ID iagkjnocbkjeohadeimlkaofjpilhpfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coinstart-wallet/iagkjnocbkjeohadeimlkaofjpilhpfh
คำอธิบาย CoinStart Chrome Wallet Extension
ขนาดไฟล์ 13.34 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2022-12-16
วันที่เผยแพร่ 2022-11-10
ผู้พัฒนา https://coinstart.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://coinstart.io/
URL หน้าช่วยเหลือ https://coinstart.io/
URL หน้านโยบายความเป็นส่วนตัว https://coinstart.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinStart Wallet",
    "description": "CoinStart Chrome Wallet Extension",
    "version": "1.8",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?type=popup",
        "default_icon": "icons\/Icon-192.png"
    },
    "content_scripts": [
        {
            "js": [
                "test.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "coinstart.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "background"
    ],
    "host_permissions": [
        "*:\/\/coinstart.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/coinstart.io\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    }
}