Claimable WOOL Explorer
On-page viewer of the currently available WOOL amount for pouches.
Claimable WOOL Explorer란 무엇입니까?
Claimable WOOL Explorer은(는) wooldox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "On-page viewer of the currently available WOOL amount for pouches."입니다.
확장 프로그램 스크린샷
Claimable WOOL Explorer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Claimable WOOL, and relevant value-metrics will be displayed on: - The Wool Pouch collection page - The Wool pouch collection activity tab - Your account page - Your account activity tab - Single pouch page Use at your own risk - it is always recommended that you check the amount of claimable WOOL using the smart contract "amountAvailable" function.
확장 프로그램 기본 정보
이름 | Claimable WOOL Explorer |
ID | dpfhdpolfkfojandgmhdhgkdmkdkmgkc |
공식 URL | https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc |
설명 | On-page viewer of the currently available WOOL amount for pouches. |
파일 크기 | 539 KB |
설치 횟수 | 53 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2022-08-30 |
출시 날짜 | 2022-02-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | wooldox |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://woolscan.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Claimable WOOL Explorer", "description": "On-page viewer of the currently available WOOL amount for pouches.", "version": "0.0.2", "minimum_chrome_version": "93", "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |