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文件
下载Rarity Tool Researcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |