WAGMI Alerts
The fastest NFT alerts on the planet
What is WAGMI Alerts?
WAGMI Alerts is a Chrome extension developed by Unknown, and its main feature is "The fastest NFT alerts on the planet".
Extension Screenshots
Download WAGMI Alerts Extension CRX File
Download WAGMI Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WAGMI Alerts |
ID | nccblmppdibcjpiamndcnecjnibnhioh |
Official URL | https://chromewebstore.google.com/detail/wagmi-alerts/nccblmppdibcjpiamndcnecjnibnhioh |
Description | The fastest NFT alerts on the planet |
File Size | 5.39 MB |
Installation Count | 26 |
Current Version | 1.1.3 |
Last Updated | 2022-04-11 |
Publish Date | 2022-02-03 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://wagmialerts.com |
Supported Languages | 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" ] } |