Astrone Wallet

Astrone Wallet Extension

Qu'est-ce que Astrone Wallet ?

Astrone Wallet est une extension Chrome développée par google-chrome-dev, et sa fonction principale est "Astrone Wallet Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Astrone Wallet

Téléchargez les fichiers d'extension Astrone Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Astrone Wallet Astrone Wallet
ID dpealdfjgahljjdekeiadjnfgpijffhg
URL Officiel https://chromewebstore.google.com/detail/astrone-wallet/dpealdfjgahljjdekeiadjnfgpijffhg
Description Astrone Wallet Extension
Taille du Fichier 4.69 MB
Nombre d'Installations 32
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-04-21
Date de Publication 2023-02-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur google-chrome-dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://astrone.io
URL de la Page d'Aide https://astrone.notion.site/astrone/Support-Center-d0f34f0671964971ae1ba5e0182ba6dc
URL de la Page de Politique de Confidentialité https://astrone.io/privacy-policy.html
Langues Prises en Charge 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"
}