Fuelet Wallet | Fuel

Wallet on Fuel

什麼是Fuelet Wallet | Fuel?

Fuelet Wallet | Fuel是由Miraql Labs開發的Chrome擴展程式,該擴展的主要功能是“Wallet on Fuel”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Fuelet Wallet | Fuel擴展crx文件

下載Fuelet Wallet | Fuel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fuelet Wallet – a self-custodial crypto wallet designed for the Fuel blockchain. 

Experience unparalleled speed and security with the fastest execution layer for modular blockchains. Fuelet Wallet is more than just a wallet; it's your all-in-one portal to the world of decentralized applications (dApps) and crypto assets.

Key Features:
- Send and Receive with Ease: Effortlessly store, send, and receive crypto assets anytime, anywhere
- Full Control in Your Hands: As a self-custodial wallet, you have complete control over your assets without intermediaries
- Explore the World of dApps: Dive into the expansive universe of decentralized applications on the Fuel blockchain
- High-Speed Transactions: Powered by Fuel – enjoy the highest flexible throughput with maximum security
- NFT Gallery: browse NFTs you have
- Backup: backup you seed phrase to avoid loosing access if you seed phrase goes loosing
- Watchlist: watch any public wallet on Fuel
- Real-time notification: instantly know when you receive crypto
- Dark mode: use dark or light mode
- Transparent Operations and History: Know exactly what's happening in your transactions
- Multi-Account Management: Create and manage multiple accounts effortlessly for diversified asset handling
- Cross-Browser Compatibility: Enjoy seamless experience on Desktop and Mobile

For feedback: [email protected]                    

擴展基本資訊

名稱 Fuelet Wallet | Fuel Fuelet Wallet | Fuel
ID bifidjkcdpgfnlbcjpdkdcnbiooooblg
官方網址 https://chromewebstore.google.com/detail/fuelet-wallet-fuel/bifidjkcdpgfnlbcjpdkdcnbiooooblg
簡介 Wallet on Fuel
檔案大小 7.93 MB
安裝次數 70,000
目前版本 1.0.23
更新時間 2024-02-25
上架時間 2023-07-13
評分 4.83/5 共 132 次評分
開發者 Miraql Labs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fuelet.app
說明頁面URL https://fuelet.app
隱私政策頁面URL https://phase-caution-3d6.notion.site/Privacy-policy-08339147450740a4934d0078b7653340
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fuelet Wallet | Fuel",
    "short_name": "fuelet",
    "permissions": [
        "clipboardRead",
        "tabs",
        "storage",
        "alarms",
        "scripting"
    ],
    "manifest_version": 3,
    "version": "1.0.23",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/Icon-128.png"
    },
    "description": "Wallet on Fuel",
    "icons": {
        "16": "icons\/Icon-16.png",
        "32": "icons\/Icon-32.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "dist\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}