YellowHeart - Wallet

YellowHeart Wallet

Qu'est-ce que YellowHeart - Wallet ?

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

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YellowHeart - Wallet

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

                        An NFT Wallet in your browser
YellowHeart Wallet is an extension for purchasing, holding, viewing, and trading your NFT's

The extension injects the Ethereum web3 API into every website's javascript context so that you may engage in content and activities related to the NFT’s within you wallet.

Because it adds functionality to the normal browser context, YellowHeart engages pages to interact with the content’s and payment methods within your wallet. 

Enables access to:
Web 3.0
Dapps
NFTs
erc721
tokens                    

Informations de Base sur l'Extension

Nom YellowHeart - Wallet YellowHeart - Wallet
ID oponnjpnbhdmohlkonljdfhbeibljfoa
URL Officiel https://chromewebstore.google.com/detail/yellowheart-wallet/oponnjpnbhdmohlkonljdfhbeibljfoa
Description YellowHeart Wallet
Taille du Fichier 3.49 MB
Nombre d'Installations 1,782
Version Actuelle 1.1.21
Dernière Mise à Jour 2022-11-21
Date de Publication 2021-05-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur YellowHeart
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.yellowheart.io
URL de la Page d'Aide https://www.yellowheart.io
URL de la Page de Politique de Confidentialité https://yh.io/pp.pdf
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.21",
    "manifest_version": 2,
    "name": "YellowHeart - Wallet",
    "description": "YellowHeart Wallet",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.yh.io\/*",
                "https:\/\/*.yh.io\/*",
                "http:\/\/*.test-yh.io\/*",
                "https:\/\/*.test-yh.io\/*",
                "https:\/\/*.yellowheart.io\/*",
                "http:\/\/*.yellowheart.io\/*"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "img\/YH-Wallet-Icon-48px.png",
            "128": "img\/YH-Wallet-Icon-128px.png"
        },
        "default_title": "YellowHeart Wallet",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.yh.io\/*",
        "https:\/\/*.yh.io\/*",
        "http:\/\/*.test-yh.io\/*",
        "https:\/\/*.test-yh.io\/*",
        "https:\/\/*.yellowheart.io\/*",
        "http:\/\/*.yellowheart.io\/*"
    ],
    "icons": {
        "48": "img\/YH-Wallet-Icon-48px.png",
        "128": "img\/YH-Wallet-Icon-128px.png"
    },
    "web_accessible_resources": [
        "lib\/js\/inPageScript.js",
        "inPage.js"
    ],
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/www.googletagmanager.com; object-src 'self'"
}