Around Wallet
Near chain wallet provides users with a lighter experience
What is Around Wallet?
Around Wallet is a Chrome extension developed by aroundprotocol, and its main feature is "Near chain wallet provides users with a lighter experience".
Extension Screenshots
Download Around Wallet Extension CRX File
Download Around Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Official URL | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
Description | Near chain wallet provides users with a lighter experience |
File Size | 3.27 MB |
Installation Count | 73 |
Current Version | 1.0.0 |
Last Updated | 2022-04-26 |
Publish Date | 2022-04-26 |
Developer | aroundprotocol |
[email protected] | |
Payment Type | free |
Extension Website | https://around.finance/ |
Privacy Policy Page URL | https://around-protocol.gitbook.io/around/other/terms-of-use |
Supported Languages | 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": [ " |