Sender Wallet
Sender is a browser extension crypto wallet.
What is Sender Wallet?
Sender Wallet is a Chrome extension developed by https://sender.org, and its main feature is "Sender is a browser extension crypto wallet.".
Extension Screenshots
Download Sender Wallet Extension CRX File
Download Sender 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
Sender Wallet is a web3 browser wallet, allowing you to control your cryptocurrency, NFTs, and digital assets. Why choose Sender Wallet as your web3 browser wallet? • Security and reliability • Multi-chain support • Powerful features • NFT support With Sender, you can • Purchase cryptocurrency from trusted global cryptocurrency service providers. • Transfer cryptocurrency held in other exchanges or wallets to your wallet. • Send cryptocurrency to anyone, regardless of geographical restrictions. • Receive cryptocurrency directly into your wallet when other users pay in cryptocurrency. • Convert your cryptocurrency using decentralized exchanges (DEX). • Stay up to date with price trends, top tokens, trending assets, and more. Try Sender today and discover the power of blockchain-enabled browsing! Website: https://senderwallet.io Twitter: https://twitter.com/SenderLabs Blog: https://medium.com/@senderlabs
Extension Basic Information
Name | Sender Wallet |
ID | epapihdplajcdnnkdeiahlgigofloibg |
Official URL | https://chromewebstore.google.com/detail/sender-wallet/epapihdplajcdnnkdeiahlgigofloibg |
Description | Sender is a browser extension crypto wallet. |
File Size | 3.8 MB |
Installation Count | 60,000 |
Current Version | 2.1.12 |
Last Updated | 2024-03-04 |
Publish Date | 2021-11-28 |
Rating | 4.89/5 Total 742 Ratings |
Developer | https://sender.org |
[email protected] | |
Payment Type | free |
Extension Website | https://sender.org |
Help Page URL | https://sender.org/privacy |
Privacy Policy Page URL | https://sender.org/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Sender is a browser extension crypto wallet.", "version": "2.1.12", "manifest_version": 3, "name": "Sender Wallet", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-38.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js", "script.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-38.png", "script.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |