YellowHeart - Wallet
YellowHeart Wallet
什么是YellowHeart - Wallet?
YellowHeart - Wallet是由YellowHeart开发的Chrome扩展程序,该扩展的主要功能是“YellowHeart Wallet”。
扩展截图
下载YellowHeart - Wallet扩展crx文件
下载YellowHeart - Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | oponnjpnbhdmohlkonljdfhbeibljfoa |
官方URL | https://chromewebstore.google.com/detail/yellowheart-wallet/oponnjpnbhdmohlkonljdfhbeibljfoa |
简介 | YellowHeart Wallet |
文件大小 | 3.49 MB |
安装次数 | 1,782 |
当前版本 | 1.1.21 |
更新时间 | 2022-11-21 |
上架时间 | 2021-05-13 |
评分 | 5.00/5 共1次评分 |
开发者 | YellowHeart |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.yellowheart.io |
帮助页面URL | https://www.yellowheart.io |
隐私政策页面URL | https://yh.io/pp.pdf |
支持的语言 | 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'" } |