WAGMI Alerts

The fastest NFT alerts on the planet

Qu'est-ce que WAGMI Alerts ?

WAGMI Alerts est une extension Chrome développée par Unknown, et sa fonction principale est "The fastest NFT alerts on the planet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WAGMI Alerts

Téléchargez les fichiers d'extension WAGMI Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WAGMI Alerts WAGMI Alerts
ID nccblmppdibcjpiamndcnecjnibnhioh
URL Officiel https://chromewebstore.google.com/detail/wagmi-alerts/nccblmppdibcjpiamndcnecjnibnhioh
Description The fastest NFT alerts on the planet
Taille du Fichier 5.39 MB
Nombre d'Installations 26
Version Actuelle 1.1.3
Dernière Mise à Jour 2022-04-11
Date de Publication 2022-02-03
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wagmialerts.com
Langues Prises en Charge 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"
    ]
}