Freighter

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

O que é Freighter?

Freighter é uma extensão do Chrome desenvolvida por https://freighter.app, e sua principal característica é "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Freighter

Baixe arquivos de extensão Freighter 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

                        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.                    

Informações Básicas da Extensão

Nome Freighter Freighter
ID bcacfldlkkdogcmkkibnjlakofdplcbk
URL Oficial https://chromewebstore.google.com/detail/freighter/bcacfldlkkdogcmkkibnjlakofdplcbk
Descrição Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.
Tamanho do Arquivo 1.48 MB
Contagem de Instalações 8,419
Versão Atual 5.17.2
Última Atualização 2024-03-04
Data de Publicação 2020-11-12
Classificação 4.21/5 Total de 14 Avaliações
Desenvolvedor https://freighter.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://freighter.app
URL da Página de Política de Privacidade https://stellar.org/privacy-policy
Idiomas Suportados 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
}