Sensilet
A Browser Extension Wallet
What is Sensilet?
Sensilet is a Chrome extension developed by https://sensilet.com, and its main feature is "A Browser Extension Wallet".
Extension Screenshots
Download Sensilet Extension CRX File
Download Sensilet 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
A browser-based crypto wallet for Bitcoin SV. - Mnemonic (12-words) Backup/Restore - Additional Passphrase Support - Multiple Accounts Management - Single Private Key Import/Export - Built-in Sensible Token/NFT - Web3 Experience for Bitcoin SV - 100% Free & Open-Source - And more!
Extension Basic Information
Name | Sensilet |
ID | aadkcfdlmiddiiibdnhfbpbmfcaoknkm |
Official URL | https://chromewebstore.google.com/detail/sensilet/aadkcfdlmiddiiibdnhfbpbmfcaoknkm |
Description | A Browser Extension Wallet |
File Size | 2.03 MB |
Installation Count | 1,507 |
Current Version | 0.2.2 |
Last Updated | 2023-04-18 |
Publish Date | 2021-10-04 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://sensilet.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sensilet.com/ |
Help Page URL | https://t.me/sensilet |
Privacy Policy Page URL | https://unisat.io/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/sensilet.com\/", "description": "A Browser Extension Wallet", "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab" ], "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "script.js" ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "48": "icons\/48.png" } }, "version": "0.2.2" } |