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.

Omega Wallet - Aptos, SUI, EVM-based란 무엇입니까?

Omega Wallet - Aptos, SUI, EVM-based은(는) nixjs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Omega Wallet - Aptos, SUI, EVM-based 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Omega Wallet - Aptos, SUI, EVM-based Omega Wallet - Aptos, SUI, EVM-based
ID mobgoaaconpcicgajnpclkelkmjigiak
공식 URL https://chromewebstore.google.com/detail/omega-wallet-aptos-sui-ev/mobgoaaconpcicgajnpclkelkmjigiak
설명 A secure blockchain wallet that supports: APTOS, SUI, EVM-based blockchains, DApp, DeFi, and acts as your portal to the Web3 world.
파일 크기 1.9 MB
설치 횟수 152
현재 버전 1.5.0
최근 업데이트 2023-08-06
출시 날짜 2022-10-10
평점 5.00/5 총 1 개의 평점
개발자 nixjs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.omega-wallet.app/
도움말 페이지 URL https://www.omega-wallet.app/
개인정보 보호 정책 페이지 URL https://www.omega-wallet.app/docs/privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/localhost:6002\/",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+N",
                "mac": "Alt+Shift+N",
                "chromeos": "Alt+Shift+N",
                "linux": "Alt+Shift+N"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    }
}