Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Voyage Extensionとは何ですか?

Voyage ExtensionはVoyageによって開発されたChromeの拡張機能で、その主な機能は「Super app for NFT Traders, backed by Delphi and Tangent」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Voyage Extension拡張機能のCRXファイルをダウンロード

Voyage Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Voyage App enables users to create, manage, and access their Voyage smart contract wallets for trading and managing their NFTs and cryptocurrencies. Enjoy the following features and more with Voyage App:

• Purchase NFTs on 3x leverage with Voyage Pay
• Close NFT positions with Voyage Flip
• Track your portfolio PNL in-app
• Unlock immediate NFT benefits
• Secure your NFTs with Voyage Safe                    

拡張機能の基本情報

名前 Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
公式URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
説明 Super app for NFT Traders, backed by Delphi and Tangent
ファイルサイズ 5.89 MB
インストール数 64
現在のバージョン 0.2.1
最終更新日 2022-11-10
公開日 2022-09-25
評価 5.00/5 合計 1 レビュー
開発者 Voyage
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://voyage.finance
ヘルプページのURL https://discord.gg/voyage
プライバシーポリシーページのURL https://www.voyage.finance/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voyage Extension",
    "description": "Super app for NFT Traders, backed by Delphi and Tangent",
    "version": "0.2.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "contentscript.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injector.bundle.js",
                "reset.html",
                "home.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/voyage.finance\/*",
            "*:\/\/app.voyage.finance\/*",
            "*:\/\/app.staging.voyage.finance\/*"
        ]
    }
}