WAGMI Alerts

The fastest NFT alerts on the planet

WAGMI Alerts là gì?

WAGMI Alerts là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "The fastest NFT alerts on the planet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WAGMI Alerts

Tải xuống các tệp mở rộng WAGMI Alerts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WAGMI Alerts WAGMI Alerts
ID nccblmppdibcjpiamndcnecjnibnhioh
URL Chính Thức https://chromewebstore.google.com/detail/wagmi-alerts/nccblmppdibcjpiamndcnecjnibnhioh
Mô tả The fastest NFT alerts on the planet
Kích Thước Tệp 5.39 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2022-02-03
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wagmialerts.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}