WAGMI Alerts

The fastest NFT alerts on the planet

WAGMI Alertsとは何ですか?

WAGMI AlertsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The fastest NFT alerts on the planet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

WAGMI Alerts拡張機能のCRXファイルをダウンロード

WAGMI Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WAGMI Alerts WAGMI Alerts
ID nccblmppdibcjpiamndcnecjnibnhioh
公式URL https://chromewebstore.google.com/detail/wagmi-alerts/nccblmppdibcjpiamndcnecjnibnhioh
説明 The fastest NFT alerts on the planet
ファイルサイズ 5.39 MB
インストール数 26
現在のバージョン 1.1.3
最終更新日 2022-04-11
公開日 2022-02-03
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wagmialerts.com
対応言語 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"
    ]
}