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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |