Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Cos'è Voyage Extension?

Voyage Extension è un'estensione di Chrome sviluppata da Voyage, e la sua funzione principale è "Super app for NFT Traders, backed by Delphi and Tangent".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Voyage Extension

Scarica i file di estensione Voyage Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
URL Ufficiale https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Descrizione Super app for NFT Traders, backed by Delphi and Tangent
Dimensione del File 5.89 MB
Conteggio Installazioni 64
Versione Corrente 0.2.1
Ultimo Aggiornamento 2022-11-10
Data di Pubblicazione 2022-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Voyage
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://voyage.finance
URL della Pagina di Aiuto https://discord.gg/voyage
URL della Pagina della Politica sulla Privacy https://www.voyage.finance/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}