WAGMI Alerts
The fastest NFT alerts on the planet
WAGMI Alerts क्या है?
WAGMI Alerts Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest NFT alerts on the planet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WAGMI Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" ] } |