SKY Wallet
The Crypto Wallet You Deserve.
What is SKY Wallet?
SKY Wallet is a Chrome extension developed by https://getsky.app, and its main feature is "The Crypto Wallet You Deserve.".
Extension Screenshots
Download SKY Wallet Extension CRX File
Download SKY 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
The Crypto Wallet You Deserve. With SKY, along with the basic wallet functionalities, you can showcase your NFT collections via a shareable link, create custom USDC/SOL Payment Links, view Token details right from your wallet and much more. "SKY Wallet" gives you full control of your crypto tokens. You hold your secret and private keys. With SKY Wallet you can create and manage multiple wallets (via private keys). Use SKY Wallet to send, trade and receive assets, send payment links, swap tokens, receive messages directly from NFT creators and share your public NFT gallery on the Solana blockchain.
Extension Basic Information
Name | SKY Wallet |
ID | llakdhpogpnejheknjbhbadoaomejgbi |
Official URL | https://chromewebstore.google.com/detail/sky-wallet/llakdhpogpnejheknjbhbadoaomejgbi |
Description | The Crypto Wallet You Deserve. |
File Size | 16.81 MB |
Installation Count | 132 |
Current Version | 1.0.14 |
Last Updated | 2023-01-17 |
Publish Date | 2022-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://getsky.app |
[email protected] | |
Payment Type | free |
Extension Website | https://getsky.app |
Privacy Policy Page URL | https://www.getsky.app/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SKY Wallet", "description": "The Crypto Wallet You Deserve.", "version": "1.0.14", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "sky16.png", "24": "sky24.png", "32": "sky32.png", "48": "sky48.png", "128": "sky128.png" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "script-build.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ] } |