Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Qu'est-ce que Voyage Extension ?

Voyage Extension est une extension Chrome développée par Voyage, et sa fonction principale est "Super app for NFT Traders, backed by Delphi and Tangent".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Voyage Extension

Téléchargez les fichiers d'extension Voyage Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
URL Officiel https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Description Super app for NFT Traders, backed by Delphi and Tangent
Taille du Fichier 5.89 MB
Nombre d'Installations 64
Version Actuelle 0.2.1
Dernière Mise à Jour 2022-11-10
Date de Publication 2022-09-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Voyage
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voyage.finance
URL de la Page d'Aide https://discord.gg/voyage
URL de la Page de Politique de Confidentialité https://www.voyage.finance/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}