Meteor Wallet

Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet

什麼是Meteor Wallet?

Meteor Wallet是由Meteor Wallet開發的Chrome擴展程式,該擴展的主要功能是“Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Meteor Wallet擴展crx文件

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

擴展使用說明

                        Meteor Wallet is a non-custodial crypto wallet for the NEAR blockchain that makes onboarding simple and exploring NEAR fun.

Meteor Wallet Features:

- Security: Your private data is always encrypted and stored securely.
- NFTs: The only NEAR wallet that shows asset values and full metadata.
- DeFi wallet with staking & swap aggregation:
  * Swaps: Compare & save with the lowest fees & slippage available from over 50 tokens.
  * Staking: Compare and select your best options from 90+ validators and pools.
- Simplified transaction activity to help you understand your activity.
- An "Explore NEAR" feed with the latest from the ecosystem.
- Learn & Earn with Meteor Challenges and Rewards!

And we are constantly evolving and hard at work- there are plenty of exciting new features on the way!                    

擴展基本資訊

名稱 Meteor Wallet Meteor Wallet
ID pcndjhkinnkaohffealmlmhaepkpmgkb
官方網址 https://chromewebstore.google.com/detail/meteor-wallet/pcndjhkinnkaohffealmlmhaepkpmgkb
簡介 Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet
檔案大小 6.41 MB
安裝次數 7,000
目前版本 0.5.17
更新時間 2024-01-18
上架時間 2022-08-21
評分 4.70/5 共 20 次評分
開發者 Meteor Wallet
電子郵箱 [email protected]
付費類型 free
擴展官網 https://meteorwallet.app
隱私政策頁面URL https://meteorwallet.app/terms/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meteor Wallet",
    "description": "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet",
    "version": "0.5.17",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index_popup.html",
        "default_title": "Open the wallet"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.meteor_content_script.ts-b37120e0-eafec9e5.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/extension\/scripts\/meteor_inpage.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/constants_theme-23dfedce.js",
                "assets\/meteor_inpage-1034ca8f.js",
                "assets\/types_dappConnect-6035df19.js",
                "assets\/meteor_content_script.ts-b37120e0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "src\/assets\/extension\/logo_16.png",
        "48": "src\/assets\/extension\/logo_48.png",
        "128": "src\/assets\/extension\/logo_128.png"
    }
}