NFTSniper

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

Apa itu NFTSniper?

NFTSniper adalah ekstensi Chrome yang dikembangkan oleh bestshow202208, dan fitur utamanya adalah "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NFTSniper

Unduh file ekstensi NFTSniper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NFTSniper NFTSniper
ID eleppdebedciaglcmfdpmkpjkpoomjpg
URL Resmi https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg
Deskripsi Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
Ukuran File 103 KB
Jumlah Instalasi 50
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-08-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang bestshow202208
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bestshow.io/#/Home
Bahasa yang Didukung 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"
    }
}