Freighter

Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.

Qu'est-ce que Freighter ?

Freighter est une extension Chrome développée par https://freighter.app, et sa fonction principale est "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Freighter

Téléchargez les fichiers d'extension Freighter 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

                        It's a safer alternative to copying and pasting private keys for use with Stellar-powered web applications. Please note:
* You store, control, and manage your own keys in your browser.  
* We do not store your private keys or account backup phrase. If you lose your key or backup phrase, you will permanently lose access to your account.                    

Informations de Base sur l'Extension

Nom Freighter Freighter
ID bcacfldlkkdogcmkkibnjlakofdplcbk
URL Officiel https://chromewebstore.google.com/detail/freighter/bcacfldlkkdogcmkkibnjlakofdplcbk
Description Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.
Taille du Fichier 1.48 MB
Nombre d'Installations 8,419
Version Actuelle 5.17.2
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-11-12
Évaluation 4.21/5 Total 14 Évaluations
Développeur https://freighter.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://freighter.app
URL de la Page de Politique de Confidentialité https://stellar.org/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freighter",
    "version": "5.17.2",
    "version_name": "5.17.2",
    "description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
    "browser_specific_settings": {
        "gecko": {
            "id": "{3ee0dd4e-8c64-4b92-b539-25718a10f62f}",
            "strict_min_version": "48.0"
        }
    },
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "manifest_version": 2
}