Fluvi Wallet

Fluvi

Fluvi Walletคืออะไร?

Fluvi Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FLUVI WALLET และคุณลักษณะหลักของมันคือ "Fluvi"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Welcome to Fluvi Wallet – The Next Wave of Blockchain Wallet!

Fluvi Wallet is a convenient and secure browser extension, perfect for everyone from newcomers to power users. Built on Account Abstraction (AA) technology, it offers an intuitive and secure experience.

- Ad-powered Transactions to save on network fees
- Cross-chain Gas Tank for multichain users
- Transaction Cart for sending multiple transactions
 simultaneously
- Routine Store for a variety of convenience features
- And more...!

Explore Web3.0 with Fluvi Wallet – your intelligent, secure, and user-friendly companion!

If you have any questions or need assistance, our in-app bug reporting tool is always ready to help. You can also reach out to us through our Discord Community or at [email protected] for further support.                    

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

ชื่อ Fluvi Wallet Fluvi Wallet
ID mmmjbcfofconkannjonfmjjajpllddbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fluvi-wallet/mmmjbcfofconkannjonfmjjajpllddbg
คำอธิบาย Fluvi
ขนาดไฟล์ 8.44 MB
จำนวนการติดตั้ง 53,605
เวอร์ชันปัจจุบัน 0.7.8
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2023-06-12
คะแนน 2.75/5 รวมทั้งหมด 83 คะแนน
ผู้พัฒนา FLUVI WALLET
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fluviwallet.xyz/
URL หน้าช่วยเหลือ https://fluviwallet.xyz/
URL หน้านโยบายความเป็นส่วนตัว https://fluviwallet.xyz/paper/terms-and-privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Fluvi",
    "version": "0.7.8",
    "icons": {
        "128": "assets\/imgs\/fluvi-icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "32": "assets\/imgs\/fluvi-icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "FLUVI"
    },
    "name": "Fluvi Wallet",
    "permissions": [
        "tabs",
        "activeTab",
        "alarms",
        "clipboardWrite",
        "notifications",
        "storage",
        "unlimitedStorage",
        "scripting",
        "identity"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.bundle.js",
                "content.styles.css",
                "assets\/imgs\/*.png",
                "assets\/imgs\/*.svg",
                "assets\/chains\/*.png",
                "assets\/tokens\/*.png",
                "assets\/nfts\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "prompt": "select_account",
        "client_id": "602829886187-7ba43pujnb5inu89r2jla4g10gh0gas1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost;object-src 'self';"
    }
}