NFTCheese
The All-in-One NFT Sniping Tool
O que é NFTCheese?
NFTCheese é uma extensão do Chrome desenvolvida por jerrycheese, e sua principal característica é "The All-in-One NFT Sniping Tool".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NFTCheese
Baixe arquivos de extensão NFTCheese no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
✅ 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
Informações Básicas da Extensão
Nome | |
ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
URL Oficial | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
Descrição | The All-in-One NFT Sniping Tool |
Tamanho do Arquivo | 4.14 MB |
Contagem de Instalações | 35 |
Versão Atual | 1.1.27 |
Última Atualização | 2022-09-03 |
Data de Publicação | 2022-03-01 |
Desenvolvedor | jerrycheese |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://nftcheese.tools |
URL da Página de Política de Privacidade | https://www.nftcheese.tools/terms |
Idiomas Suportados | 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" ] } |