Astrone Wallet

Astrone Wallet Extension

什么是Astrone Wallet?

Astrone Wallet是由google-chrome-dev开发的Chrome扩展程序,该扩展的主要功能是“Astrone Wallet Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Astrone Wallet扩展crx文件

下载Astrone Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}