Freighter

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

Cos'è Freighter?

Freighter è un'estensione di Chrome sviluppata da https://freighter.app, e la sua funzione principale è "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Freighter

Scarica i file di estensione Freighter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Freighter Freighter
ID bcacfldlkkdogcmkkibnjlakofdplcbk
URL Ufficiale https://chromewebstore.google.com/detail/freighter/bcacfldlkkdogcmkkibnjlakofdplcbk
Descrizione Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.
Dimensione del File 1.48 MB
Conteggio Installazioni 8,419
Versione Corrente 5.17.2
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2020-11-12
Valutazione 4.21/5 Totale 14 Valutazioni
Sviluppatore https://freighter.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freighter.app
URL della Pagina della Politica sulla Privacy https://stellar.org/privacy-policy
Lingue Supportate 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
}