WAGMI Alerts

The fastest NFT alerts on the planet

Co je WAGMI Alerts?

WAGMI Alerts je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „The fastest NFT alerts on the planet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WAGMI Alerts

Stáhněte si soubory rozšíření WAGMI Alerts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Never miss good NFT listings. Scout them before anyone else.

Save time, reduce effort and give yourself a competitive advantage with WAGMI Alerts. Get Alerts when NFTs get listed at deeply discounted prices for your rank & trait preferences.

Use your expertise & intuition to configure alerts across multiple collections through our easy-to-use Chrome extension for OpenSea.

Whether you are looking at a collection, a filter list of NFTs by traits or a single NFT, just click our extension to set an alert for that configuration.                    

Základní Informace o Rozšíření

Název WAGMI Alerts WAGMI Alerts
ID nccblmppdibcjpiamndcnecjnibnhioh
Oficiální URL https://chromewebstore.google.com/detail/wagmi-alerts/nccblmppdibcjpiamndcnecjnibnhioh
Popis The fastest NFT alerts on the planet
Velikost souboru 5.39 MB
Počet instalací 26
Aktuální Verze 1.1.3
Poslední Aktualizace 2022-04-11
Datum Vydání 2022-02-03
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wagmialerts.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WAGMI Alerts",
    "version": "1.1.3",
    "description": "The fastest NFT alerts on the planet",
    "icons": {
        "16": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/opensea.io\/*",
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}