NFTCheese
The All-in-One NFT Sniping Tool
Vad är NFTCheese?
NFTCheese är en Chrome-tillägg utvecklad av jerrycheese, och dess huvudfunktion är "The All-in-One NFT Sniping Tool".
Tilläggsskärmbilder
Ladda ner NFTCheese-förlängningens CRX-fil
Ladda ner NFTCheese-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
✅ 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
Grundläggande Information om Tillägg
Namn | |
ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
Officiell webbadress | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
Beskrivning | The All-in-One NFT Sniping Tool |
Filstorlek | 4.14 MB |
Antal Installationer | 35 |
Aktuell Version | 1.1.27 |
Senast Uppdaterad | 2022-09-03 |
Publiceringsdatum | 2022-03-01 |
Utvecklare | jerrycheese |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://nftcheese.tools |
URL till Sekretesspolicy Sidan | https://www.nftcheese.tools/terms |
Stödda Språk | 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" ] } |