Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

O que é Voyage Extension?

Voyage Extension é uma extensão do Chrome desenvolvida por Voyage, e sua principal característica é "Super app for NFT Traders, backed by Delphi and Tangent".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Voyage Extension

Baixe arquivos de extensão Voyage Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
URL Oficial https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Descrição Super app for NFT Traders, backed by Delphi and Tangent
Tamanho do Arquivo 5.89 MB
Contagem de Instalações 64
Versão Atual 0.2.1
Última Atualização 2022-11-10
Data de Publicação 2022-09-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Voyage
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://voyage.finance
URL da Página de Ajuda https://discord.gg/voyage
URL da Página de Política de Privacidade https://www.voyage.finance/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}