Meteor Wallet

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

Meteor Wallet क्या है?

Meteor Wallet Meteor Wallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meteor Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}