Omega Wallet - Aptos, SUI, EVM-based
A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world.
Was ist Omega Wallet - Aptos, SUI, EVM-based?
Omega Wallet - Aptos, SUI, EVM-based ist eine Chrome-Erweiterung, die von nixjs entwickelt wurde, und ihr Hauptmerkmal ist "A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world.".
Erweiterungsscreenshots
Omega Wallet - Aptos, SUI, EVM-based-Erweiterungs-CRX-Datei herunterladen
Laden Sie Omega Wallet - Aptos, SUI, EVM-based-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A non-custodial, multi-chain cryptocurrency & assets wallet and DeFi gateway, designed to seamlessly connect users to the Web3 world safely and securely. We Keep You Safe. You have sole control of your private keys. The private keys are encrypted, stored securely on your device, and never left it. Omega Wallet enables users to store, buy, send, convert, and swap crypto tokens & NFT on multiple blockchains. It supports not only the most popular EVM-based blockchains but also the latest blockchains such as Aptos and Sui. One of Omega Wallet's most exciting features is its ability to connect to decentralized applications. For more details, please refer to our SDK at **https://www.omega-wallet.app/docs/intro**. If you would like to exchange cryptocurrencies, then you can use Omega Wallet’s built-in exchange. The exchange features are powered by: - SimpleSwap || https://simpleswap.io/. - StealthEX || https://stealthex.io/. - Exolix || https://exolix.com/. - Swapuz || https://swapuz.com/. - ChangeHero || https://changehero.io/. Request a feature or report a bug: https://github.com/nixjs/omega-wallet-contribution/issues
Grundlegende Informationen zur Erweiterung
Name | Omega Wallet - Aptos, SUI, EVM-based |
ID | mobgoaaconpcicgajnpclkelkmjigiak |
Offizielle URL | https://chromewebstore.google.com/detail/omega-wallet-aptos-sui-ev/mobgoaaconpcicgajnpclkelkmjigiak |
Beschreibung | A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world. |
Dateigröße | 1.9 MB |
Installationsanzahl | 152 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2023-08-06 |
Veröffentlichungsdatum | 2022-10-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nixjs |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.omega-wallet.app/ |
Hilfeseite URL | https://www.omega-wallet.app/ |
URL der Datenschutzrichtlinien-Seite | https://www.omega-wallet.app/docs/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world.", "version": "1.5.0", "manifest_version": 3, "name": "Omega Wallet - Aptos, SUI, EVM-based", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "96": "favicon-96x96.png" }, "default_title": "Omega Wallet" }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon-48x48.png", "96": "favicon-96x96.png", "128": "favicon-128x128.png" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "OmegaContentScript.bundle.js" ], "run_at": "document_start", "all_frames": true } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "OmegaInjectScript.bundle.js", "favicon-16x16.png", "favicon-32x32.png", "favicon-96x96.png", "favicon-128x128.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "*.png", "*.eot", "*.woff", "*.woff2", "*.ttf", "*.svg" ], "matches": [ " |