Rarity Tool Researcher
Find The Best Rare NFT Deals Within Collections
Rarity Tool Researcher란 무엇입니까?
Rarity Tool Researcher은(는) Tokeo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find The Best Rare NFT Deals Within Collections"입니다.
확장 프로그램 스크린샷
Rarity Tool Researcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly check Rarity.Tools rankings for NFTs on OpenSea. FAQ: 1) How does it work? It functions by adding a Rarity.tools ranking page link below each OpenSea NFT (As long as they are listed on rarity.tools) All you have to do is open up an OpenSea collection page (e.g. https://opensea.io/collection/veefriends), switch it on and then click on NFTs which interest you. 2) Is it safe? It is 100% safe and has no malicious code. 3) On what pages does it work? Any OpenSea page which has the word "collection" in the URL. For example https://opensea.io/collection/veefriends Collections MUST be listed on Rarity.tools for it to work. Here is a short youtube video tutorial: https://youtu.be/Yq3lqPf4BmU
확장 프로그램 기본 정보
이름 | |
ID | gagfonbgflhdcnlefcmlpcblpkflkafl |
공식 URL | https://chrome.google.com/webstore/detail/rarity-tool-researcher/gagfonbgflhdcnlefcmlpcblpkflkafl |
설명 | Find The Best Rare NFT Deals Within Collections |
파일 크기 | 279 KB |
설치 횟수 | 2,068 |
현재 버전 | 2.1 |
최근 업데이트 | 2021-12-21 |
출시 날짜 | 2021-09-04 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Tokeo |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://tokeo.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rarity Tool Researcher", "short_name": "Rarity Tool Researcher", "version": "2.1", "manifest_version": 2, "description": "Find The Best Rare NFT Deals Within Collections", "background": { "page": "background.html" }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/opensea.io\/*", "storage", "https:\/\/opensea.io\/*" ], "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/opensea.io\/*", "https:\/\/opensea.io\/*" ] } ] } |