NFT Guard
Protect yourself from fraudulent NFT collections.
什麼是NFT Guard?
NFT Guard是由https://www.fakespot.com開發的Chrome擴展程式,該擴展的主要功能是“Protect yourself from fraudulent NFT collections.”。
擴展截圖
下載NFT Guard擴展crx文件
下載NFT Guard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NFT Guard protects you from fraudulent NFT collections on OpenSea and scam NFT mint sites that are trying to steal your wallet and coins. Coming from the developer of Fakespot, the ultimate consumer protector company. The rise in fraud on NFT marketplaces is skyrocketing and unverified collections are running wild. Use the NFT Guard extension to quickly learn if a collection is verified to protect yourself from fake NFT collections and from minting on a fraudulent mint site! Features: • Real-time NFT Collection Verification badges • Invaluable data provided linking collections to their official social and website metadata • Incredibly fast and responsive • Mint site verification, do not get duped by false and fraudulent mint sites anymore! Please contact us if you'd like to see any features or have feedback about the extension!
擴展基本資訊
名稱 | |
ID | goamkcjegfclpaamejhombiegmjaghdl |
官方網址 | https://chrome.google.com/webstore/detail/nft-guard/goamkcjegfclpaamejhombiegmjaghdl |
簡介 | Protect yourself from fraudulent NFT collections. |
檔案大小 | 526 KB |
安裝次數 | 286 |
目前版本 | 1.7 |
更新時間 | 2022-06-01 |
上架時間 | 2022-01-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.fakespot.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://www.fakespot.com/ |
隱私政策頁面URL | https://www.fakespot.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "NFT Guard", "description": "Protect yourself from fraudulent NFT collections.", "short_name": "NFT Guard", "content_scripts": [ { "matches": [ "*:\/\/*.opensea.io\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icons\/src\/icons\/128A.png", "default_title": "NFT Guard", "default_popup": "popup.html" }, "icons": { "16": "icons\/src\/icons\/16A.png", "48": "icons\/src\/icons\/48A.png", "128": "icons\/src\/icons\/128A.png" }, "background": { "service_worker": "serviceWorker.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "unlimitedStorage", "storage", "tabs" ], "version": "1.7" } |