Astrone Wallet

Astrone Wallet Extension

Astrone Wallet란 무엇입니까?

Astrone Wallet은(는) google-chrome-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Astrone Wallet Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Astrone Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}