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
电子邮箱 [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\/*"
        ]
    }
}