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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}