Nitrogen Wallet

Nitrogen Wallet Extension

Qu'est-ce que Nitrogen Wallet ?

Nitrogen Wallet est une extension Chrome développée par Nitrogen Wallet, et sa fonction principale est "Nitrogen Wallet Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nitrogen Wallet

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

                        #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.                    

Informations de Base sur l'Extension

Nom Nitrogen Wallet Nitrogen Wallet
ID ajbieehikidekihmekmbdmdconafgkie
URL Officiel https://chromewebstore.google.com/detail/nitrogen-wallet/ajbieehikidekihmekmbdmdconafgkie
Description Nitrogen Wallet Extension
Taille du Fichier 13.24 MB
Nombre d'Installations 87
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-11-26
Date de Publication 2022-10-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Nitrogen Wallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nitrogen.org/
URL de la Page de Politique de Confidentialité https://nitrogen.org/docs/policy.pdf
Langues Prises en Charge 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"
    ]
}