NFTCheese
The All-in-One NFT Sniping Tool
¿Qué es NFTCheese?
NFTCheese es una extensión de Chrome desarrollada por jerrycheese, y su función principal es "The All-in-One NFT Sniping Tool".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NFTCheese
Descarga archivos de extensión NFTCheese en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✅ 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
Información Básica de la Extensión
Nombre | |
ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
URL Oficial | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
Descripción | The All-in-One NFT Sniping Tool |
Tamaño del Archivo | 4.14 MB |
Cantidad de Instalaciones | 35 |
Versión Actual | 1.1.27 |
Última Actualización | 2022-09-03 |
Fecha de Publicación | 2022-03-01 |
Desarrollador | jerrycheese |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://nftcheese.tools |
URL de la Página de Política de Privacidad | https://www.nftcheese.tools/terms |
Idiomas Soportados | 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" ] } |