WAGMI Alerts
The fastest NFT alerts on the planet
WAGMI Alertsคืออะไร?
WAGMI Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "The fastest NFT alerts on the planet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAGMI Alerts
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |