FungyProof
Check the technical quality of NFTs while browsing OpenSea.
FungyProofとは何ですか?
FungyProofはhttps://fungyproof.comによって開発されたChromeの拡張機能で、その主な機能は「Check the technical quality of NFTs while browsing OpenSea.」です。
拡張機能のスクリーンショット
FungyProof拡張機能のCRXファイルをダウンロード
FungyProof拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FungyProof is a new way to grade, enrich, and display NFTs. Check your NFT for 30+ data points related to security, decentralization and energy then fix grade issues by adding your NFT to the registry with a FungyProof Case.
拡張機能の基本情報
名前 | FungyProof |
ID | hclifjggbhfngpojckopbommebllpbgl |
公式URL | https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl |
説明 | Check the technical quality of NFTs while browsing OpenSea. |
ファイルサイズ | 1.1 MB |
インストール数 | 17 |
現在のバージョン | 0.0.2 |
最終更新日 | 2021-11-16 |
公開日 | 2021-11-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://fungyproof.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.fungyproof.com/legal |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FungyProof", "version": "0.0.2", "manifest_version": 2, "description": "Check the technical quality of NFTs while browsing OpenSea.", "homepage_url": "https:\/\/fungyproof.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/testnets.opensea.io\/*", "https:\/\/opensea.io\/*" ], "js": [ "vendor\/jquery.js", "vendor\/sqrl.js", "vendor\/modal.js", "inject.js" ], "css": [ "inject.css" ] } ], "browser_action": { "default_title": "FungyProof", "default_popup": "popup.html" }, "permissions": [ "https:\/\/testnets.opensea.io\/*\/*", "https:\/\/opensea.io\/*\/*" ], "web_accessible_resources": [ "assets\/*", "templates.html" ] } |