Astrone Wallet

Astrone Wallet Extension

Astrone Wallet क्या है?

Astrone Wallet google-chrome-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Astrone Wallet Extension"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        At Astrone, users can get a total experience from a wallet function to NFT management and token staking.

A simplified NFT interface makes users collect and manage NFTs seamlessly. When users own their NFTs belonging to the contracts, the NFTs will be automatically shown on Astrone, and the users can easily send those NFTs.

Astrone is the easiest and simplest way to manage your digital assets. Astrone can solve everything from staking tokens to collecting NFTs at once.
Our integrated wallet interface makes it easy to transfer tokens, manage NFTs, and stake tokens.

Astrone supports users in multiplying their assets by providing staking features. Especially, users can stake into multi-token staking pools and claim rewards with multi-tokens to invest more efficiently.                    

एक्सटेंशन की मूल जानकारी

नाम Astrone Wallet Astrone Wallet
ID dpealdfjgahljjdekeiadjnfgpijffhg
आधिकारिक URL https://chromewebstore.google.com/detail/astrone-wallet/dpealdfjgahljjdekeiadjnfgpijffhg
विवरण Astrone Wallet Extension
फ़ाइल का आकार 4.69 MB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-04-21
प्रकाशन तिथि 2023-02-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर google-chrome-dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://astrone.io
सहायता पृष्ठ URL https://astrone.notion.site/astrone/Support-Center-d0f34f0671964971ae1ba5e0182ba6dc
गोपनीयता नीति पृष्ठ URL https://astrone.io/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astrone Wallet",
    "description": "Astrone Wallet Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "app\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/script\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Open the popup",
        "default_popup": "index.html#\/",
        "default_icon": {
            "16": "favicon.png",
            "32": "favicon.png",
            "48": "favicon.png",
            "128": "favicon.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "notifications",
        "windows"
    ],
    "icons": {
        "16": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "99"
}