NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Wat is NFTSniper?
NFTSniper is een Chrome-extensie ontwikkeld door bestshow202208, en de belangrijkste functie is "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Extensie Screenshots
Download het CRX-bestand van de extensie NFTSniper
Download NFTSniper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The NFT market changes all the time, you need a tool to keep an eye on those important NFTs, NFTSniper will help you:
- Monitor the floor price changes of a collection and remind them by email;
- Monitor the activity of a single blue-chip nft, such as list, price cuts, canceled list, transfer, etc., and send reminder emails.
- The monitoring conditions are user-defined and the rules are flexible. Basisinformatie over de Extensie
| Naam | |
| ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
| Officiële URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
| Beschrijving | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
| Bestandsgrootte | 103 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2022-12-20 |
| Publicatiedatum | 2022-08-03 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | bestshow202208 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://bestshow.io/#/Home |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NFTSniper",
"description": "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.",
"version": "1.2.2",
"icons": {
"16": "static\/bs.png",
"48": "static\/bs.png",
"128": "static\/bs.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"myscript.js"
],
"matches": [
"https:\/\/bestshow.io\/*"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"alarms"
],
"action": {
"default_icon": "static\/bs.png",
"default_title": "NFTSniper - Watchlist",
"default_popup": "popup.html"
}
} | |