NFTCheese
The All-in-One NFT Sniping Tool
Co to jest NFTCheese?
NFTCheese to rozszerzenie Chrome opracowane przez jerrycheese, a jego główną funkcją jest „The All-in-One NFT Sniping Tool”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NFTCheese
Pobierz pliki rozszerzeń NFTCheese w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
✅ 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nnmgbbkbhgbmmpmdafjlljcehldannic |
| Oficjalny URL | https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic |
| Opis | The All-in-One NFT Sniping Tool |
| Rozmiar pliku | 4.14 MB |
| Liczba instalacji | 35 |
| Aktualna Wersja | 1.1.27 |
| Ostatnia Aktualizacja | 2022-09-03 |
| Data Publikacji | 2022-03-01 |
| Deweloper | jerrycheese |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://nftcheese.tools |
| Adres URL Strony Polityki Prywatności | https://www.nftcheese.tools/terms |
| Obsługiwane Języki | 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"
]
} | |