Around Wallet

Near chain wallet provides users with a lighter experience

Wat is Around Wallet?

Around Wallet is een Chrome-extensie ontwikkeld door aroundprotocol, en de belangrijkste functie is "Near chain wallet provides users with a lighter experience".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Around Wallet

Download Around Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Around Wallet Around Wallet
ID hlcmhgjjiaibmpgmiijooccapcbgmpmb
Officiële URL https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb
Beschrijving Near chain wallet provides users with a lighter experience
Bestandsgrootte 3.27 MB
Aantal Installaties 73
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-04-26
Publicatiedatum 2022-04-26
Ontwikkelaar aroundprotocol
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://around.finance/
URL van de Privacybeleid Pagina https://around-protocol.gitbook.io/around/other/terms-of-use
Ondersteunde Talen 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'"
    }
}