Around Wallet

Near chain wallet provides users with a lighter experience

Was ist Around Wallet?

Around Wallet ist eine Chrome-Erweiterung, die von aroundprotocol entwickelt wurde, und ihr Hauptmerkmal ist "Near chain wallet provides users with a lighter experience".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Around Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Around Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Around Wallet
Around is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Near blockchain.

In addition to sending and receiving funds, Around also allows you to securely connect and interact with decentralized applications (Dapps) on the Near blockchain and other chains.                    

Grundlegende Informationen zur Erweiterung

Name Around Wallet Around Wallet
ID hlcmhgjjiaibmpgmiijooccapcbgmpmb
Offizielle URL https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb
Beschreibung Near chain wallet provides users with a lighter experience
Dateigröße 3.27 MB
Installationsanzahl 73
Aktuelle Version 1.0.0
Letztes Update 2022-04-26
Veröffentlichungsdatum 2022-04-26
Entwickler aroundprotocol
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://around.finance/
URL der Datenschutzrichtlinien-Seite https://around-protocol.gitbook.io/around/other/terms-of-use
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Around Wallet",
    "homepage_url": "https:\/\/wallet.near.org\/",
    "description": "Near chain wallet provides users with a lighter experience",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js",
                "js\/inpage-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Around Wallet",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inpage-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}