YellowHeart - Wallet
YellowHeart Wallet
YellowHeart - Wallet क्या है?
YellowHeart - Wallet YellowHeart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YellowHeart Wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YellowHeart - Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |