NFTSniper

Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.

Что такое NFTSniper?

NFTSniper - это расширение Chrome, разработанное bestshow202208, и его основная функция - "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения NFTSniper

Скачайте файлы расширений NFTSniper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название NFTSniper NFTSniper
ID eleppdebedciaglcmfdpmkpjkpoomjpg
Официальный URL https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg
Описание Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Размер файла 103 KB
Количество установок 50
Текущая Версия 1.2.2
Последнее Обновление 2022-12-20
Дата публикации 2022-08-03
Рейтинг 5.00/5 Всего 2 оценок
Разработчик bestshow202208
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bestshow.io/#/Home
Поддерживаемые языки 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"
    }
}