WAGMI Alerts
The fastest NFT alerts on the planet
WAGMI Alerts란 무엇입니까?
WAGMI Alerts은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest NFT alerts on the planet"입니다.
확장 프로그램 스크린샷
WAGMI Alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |