Nitrogen Wallet

Nitrogen Wallet Extension

Was ist Nitrogen Wallet?

Nitrogen Wallet ist eine Chrome-Erweiterung, die von Nitrogen Wallet entwickelt wurde, und ihr Hauptmerkmal ist "Nitrogen Wallet Extension".

Erweiterungsscreenshots

screenshot

Nitrogen Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nitrogen Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        #1 Solana Wallet for DeFi and GameFi

The Nitrogen wallet - the power of Solana and all of its transaction types are at your fingertips!  

These keys are the equivalent of a password which is used to approve cryptocurrency transactions, swap or transfer tokens to/from others, and are used to approve transactions in third-party internet-based Web3 Decentralized Applications (dAPPS) and Decentralized Finance (DeFi) systems.

The Nitrogen wallet is known as a non-custodial wallet, which means no financial institution, company, or anyone has access to your keys or submit/modify transactions on your behalf.  When you create your keys, you are responsible for maintaining a safe, offline copy of them to ensure their recovery, because not even we can recover them for you.  This app allows the creation of a wallet, or importing your existing wallet using your private key QR or 12/24 character seed phrase.

Access the Solana blockchain to view your Сollectibles purchased from DeFi marketplaces.  Connect your wallet to DeFi web-sites which are enabled for third-party wallet connections, such as WalletConnect.  Approve DeFi and GameFi blockchain transactions.

Any and all tokens, collectibles, cryptocurrencies, or transactions are all safely stored on the blockchain, so you do not have to worry about the failure of your device.  You can always recover the contents of your wallet within Nitrogen or any other solana-supported mobile wallet, as long as you saved your seed phrase.

By submitting transactions directly to the Solana Blockchain, you benefit from the near-real-time nature of the validated Solana network and its set of globally distributed nodes.

Capabilities:
Create/Delete/Import self-custodial cryptocurrency wallets
View/Transfer Solana Сollectibles stored in the metaplex standard format
Swap native Cryptocurrencies through integrations with top DeFi platforms such as Jupiter, Raydium

Note:  This application has not been enabled to purchase items using FIAT currency, nor can you sell or transfer cryptocurrencies into FIAT.  You must use a centralized cryptocurrency exchange such as FTX for this activity.                    

Grundlegende Informationen zur Erweiterung

Name Nitrogen Wallet Nitrogen Wallet
ID ajbieehikidekihmekmbdmdconafgkie
Offizielle URL https://chromewebstore.google.com/detail/nitrogen-wallet/ajbieehikidekihmekmbdmdconafgkie
Beschreibung Nitrogen Wallet Extension
Dateigröße 13.24 MB
Installationsanzahl 87
Aktuelle Version 1.0.3
Letztes Update 2022-11-26
Veröffentlichungsdatum 2022-10-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Nitrogen Wallet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nitrogen.org/
URL der Datenschutzrichtlinien-Seite https://nitrogen.org/docs/policy.pdf
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitrogen Wallet",
    "description": "Nitrogen Wallet Extension",
    "version": "1.0.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/196.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ]
}