YellowHeart - Wallet

YellowHeart Wallet

Cos'è YellowHeart - Wallet?

YellowHeart - Wallet è un'estensione di Chrome sviluppata da YellowHeart, e la sua funzione principale è "YellowHeart Wallet".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YellowHeart - Wallet

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

                        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                    

Informazioni di Base sull'Estensione

Nome YellowHeart - Wallet YellowHeart - Wallet
ID oponnjpnbhdmohlkonljdfhbeibljfoa
URL Ufficiale https://chromewebstore.google.com/detail/yellowheart-wallet/oponnjpnbhdmohlkonljdfhbeibljfoa
Descrizione YellowHeart Wallet
Dimensione del File 3.49 MB
Conteggio Installazioni 1,782
Versione Corrente 1.1.21
Ultimo Aggiornamento 2022-11-21
Data di Pubblicazione 2021-05-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore YellowHeart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.yellowheart.io
URL della Pagina di Aiuto https://www.yellowheart.io
URL della Pagina della Politica sulla Privacy https://yh.io/pp.pdf
Lingue Supportate 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'"
}