NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Vad är NFTSniper?
NFTSniper är en Chrome-tillägg utvecklad av bestshow202208, och dess huvudfunktion är "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".
Tilläggsskärmbilder
Ladda ner NFTSniper-förlängningens CRX-fil
Ladda ner NFTSniper-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
| Beskrivning | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
| Filstorlek | 103 KB |
| Antal Installationer | 50 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2022-12-20 |
| Publiceringsdatum | 2022-08-03 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | bestshow202208 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://bestshow.io/#/Home |
| Stödda Språk | 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"
}
} | |