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
官方網址 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
電子郵箱 [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"
    ]
}