Sequence Wallet
The smartest wallet for Web3
What is Sequence Wallet?
Sequence Wallet is a Chrome extension developed by sequence, and its main feature is "The smartest wallet for Web3".
Extension Screenshots
Download Sequence Wallet Extension CRX File
Download Sequence 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 smartest wallet for Web3. Sequence is a smart wallet for Ethereum-compatible chains, Web3 + the metaverse.
Extension Basic Information
Name | |
ID | ocmccklecaalljlflmclidjeclpcpdim |
Official URL | https://chromewebstore.google.com/detail/sequence-wallet/ocmccklecaalljlflmclidjeclpcpdim |
Description | The smartest wallet for Web3 |
File Size | 2.73 MB |
Installation Count | 1,289 |
Current Version | 2.0.8 |
Last Updated | 2024-01-16 |
Publish Date | 2022-01-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sequence |
[email protected] | |
Payment Type | free |
Extension Website | https://sequence.xyz |
Help Page URL | https://support.sequence.xyz |
Privacy Policy Page URL | https://sequence.app/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sequence Wallet", "description": "The smartest wallet for Web3", "version": "2.0.8", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5yxf8ZmL0ozw173q2KtQBHl48o4m9gjTYVxkN3IP4EyQwuvBoUueWPfrtbMyOLFjDyZYuL1bl8JxF8gFRsj6QDOY7cRc0NK9\/if9cNAtZO5S1dUylFCIgBAY8fYj\/czrscOUkLl4Kj6FT01n9Ppf37\/nyxvpYkNzF8CvQTf\/Rs7N2ruxLXSdn9Xtg+lZUzB57hmUofs8nHcnRoNbf958qXqQmwaFdHoOGkL6MmW7YMz6zSiWPD9EZwR9gWxPTfbKtJOsONAHTlom8jA9j5s4pf1ITZ30\/lWkraD0rp6jC1DKpNpFyFydBikmtUUz7hAc47F09uwqcFfkTY5MejerGQIDAQAB", "permissions": [ "clipboardRead" ], "optional_permissions": [ "https:\/\/*.sequence.app\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "inpage.js" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } } } |