Flint Wallet

Your friendly go-to wallet for DeFi and NFTs.

Flint Wallet là gì?

Flint Wallet là một tiện ích mở rộng Chrome được phát triển bởi dcSpark, và tính năng chính của nó là "Your friendly go-to wallet for DeFi and NFTs.".

Ả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 Flint Wallet

Tải xuống các tệp mở rộng Flint 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

                        Flint is a friendly go-to wallet for DeFi and NFTs. As a light wallet, Flint allows you to easily manage multiple assets from different chains in your browser. With native support for interoperability standards, Flint provides a smooth experience no matter which platform you need to use.                    

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

Tên Flint Wallet Flint Wallet
ID hnhobjmcibchnmglfbldbfabcgaknlkj
URL Chính Thức https://chromewebstore.google.com/detail/flint-wallet/hnhobjmcibchnmglfbldbfabcgaknlkj
Mô tả Your friendly go-to wallet for DeFi and NFTs.
Kích Thước Tệp 10.53 MB
Số Lần Cài Đặt 33,800
Phiên Bản Hiện Tại 2.9.6
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2022-01-18
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển dcSpark
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dcspark.io
URL Trang Chính Sách Bảo Mật https://dcspark.io/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/dcSpark.io",
    "version": "2.9.6",
    "name": "Flint Wallet",
    "manifest_version": 2,
    "description": "Your friendly go-to wallet for DeFi and NFTs.",
    "browser_action": {
        "default_title": "Flint Wallet",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{391c5b70-9a48-4263-a0ed-320f33cd615c}"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "*:\/\/connect.trezor.io\/*",
        "activeTab",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "optional_permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "js\/trezor-content-script.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/icon-16.png",
        "img\/icon-48.png",
        "img\/icon-128.png",
        "js\/injected.bundle.js"
    ],
    "content_security_policy": "default-src 'self' ; frame-src https:\/\/connect.trezor.io\/; script-src 'self' 'wasm-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.lr-ingest.io\/ https:\/\/*.logrocket.io\/ blob:; object-src 'self' ; connect-src https:\/\/*.flint-wallet.com wss:\/\/*.flint-wallet.com:443 https:\/\/*.milkomeda.com wss:\/\/*.milkomeda.com:443 https:\/\/relay.walletconnect.com wss:\/\/relay.walletconnect.com:443 https:\/\/ipfs.blockfrost.dev https:\/\/app.posthog.com https:\/\/api-js.mixpanel.com https:\/\/api2.amplitude.com https:\/\/www.google-analytics.com https:\/\/image-optimizer.jpgstoreapis.com https:\/\/www.4byte.directory http:\/\/localhost:* https:\/\/localhost:* http:\/\/127.0.0.1:* https:\/\/127.0.0.1:* https:\/\/images.weserv.nl\/ https:\/\/assets.coingecko.com\/ https:\/\/api.rss2json.com\/v1\/api.json http:\/\/api.cexplorer.io\/v1\/pool\/list https:\/\/api.moonpay.com https:\/\/*.lr-ingest.io\/ https:\/\/*.logrocket.io\/; style-src * 'unsafe-inline' 'self'  blob:; img-src 'self' https:\/\/www.google-analytics.com https:\/\/assets.coingecko.com\/ https:\/\/www.google.com\/s2\/favicons https:\/\/t3.gstatic.com\/faviconV2 https:\/\/t2.gstatic.com\/faviconV2 https:\/\/t1.gstatic.com\/faviconV2 https:\/\/t0.gstatic.com\/faviconV2 https:\/\/images.weserv.nl\/ chrome:\/\/favicon\/ https:\/\/img.cexplorer.io\/ data: ; font-src 'self' data: *;",
    "protocol_handlers": []
}