NFTCheese
The All-in-One NFT Sniping Tool
NFTCheese क्या है?
NFTCheese jerrycheese द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The All-in-One NFT Sniping Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFTCheese एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✅ Filter NFT collections by their rarity right in OpenSea ✅ Filter NFTs by their traits ✅ Get instant rarities of different traits ✅ Set alerts to notify on underpriced NFTs in your favorite collections ✅ Realtime gas price calculator ✅ Instant mint ✅ Sale activity graph ✅ Reserve ALL access to future features & tools by NFT Cheese
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
विवरण | The All-in-One NFT Sniping Tool |
फ़ाइल का आकार | 4.14 MB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.1.27 |
अंतिम अपडेट | 2022-09-03 |
प्रकाशन तिथि | 2022-03-01 |
डेवलपर | jerrycheese |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://nftcheese.tools |
गोपनीयता नीति पृष्ठ URL | https://www.nftcheese.tools/terms |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFTCheese", "description": "The All-in-One NFT Sniping Tool", "version": "1.1.27", "minimum_chrome_version": "93", "manifest_version": 3, "action": { "icons": { "128": "icon_w128_br.png" }, "default_popup": "index.html", "default_title": "NFTCheese" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/login.nftcheese.tools\/*" ] }, "background": { "service_worker": "static\/js\/background.js" }, "host_permissions": [ "https:\/\/nftcheese.net\/api\/*", "https:\/\/*.opensea.io\/*" ], "icons": { "128": "icon_w128_br.png" }, "web_accessible_resources": [ { "resources": [ "static\/js\/pageContextInject.js" ], "matches": [ "https:\/\/*.opensea.io\/*" ] }, { "resources": [ "notification.mp3" ], "matches": [ "https:\/\/*.opensea.io\/*" ] } ], "permissions": [ "webRequest", "storage", "notifications" ] } |