Rarity Tool Researcher

Find The Best Rare NFT Deals Within Collections

Rarity Tool Researcher là gì?

Rarity Tool Researcher là một tiện ích mở rộng Chrome được phát triển bởi Tokeo, và tính năng chính của nó là "Find The Best Rare NFT Deals Within Collections".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rarity Tool Researcher

Tải xuống các tệp mở rộng Rarity Tool Researcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rarity Tool Researcher Rarity Tool Researcher
ID gagfonbgflhdcnlefcmlpcblpkflkafl
URL Chính Thức https://chrome.google.com/webstore/detail/rarity-tool-researcher/gagfonbgflhdcnlefcmlpcblpkflkafl
Mô tả Find The Best Rare NFT Deals Within Collections
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 2,068
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-09-04
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tokeo
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://tokeo.com/legal
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}