Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

What is Voyage Extension?

Voyage Extension is a Chrome extension developed by Voyage, and its main feature is "Super app for NFT Traders, backed by Delphi and Tangent".

Extension Screenshots

screenshot
screenshot
screenshot

Download Voyage Extension Extension CRX File

Download Voyage Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
Official URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Description Super app for NFT Traders, backed by Delphi and Tangent
File Size 5.89 MB
Installation Count 64
Current Version 0.2.1
Last Updated 2022-11-10
Publish Date 2022-09-25
Rating 5.00/5 Total 1 Ratings
Developer Voyage
Email [email protected]
Payment Type free
Extension Website https://voyage.finance
Help Page URL https://discord.gg/voyage
Privacy Policy Page URL https://www.voyage.finance/privacy-policy
Supported Languages 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\/*"
        ]
    }
}