Rarity Tool Researcher
Find The Best Rare NFT Deals Within Collections
Rarity Tool Researcher क्या है?
Rarity Tool Researcher Tokeo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find The Best Rare NFT Deals Within Collections"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rarity Tool Researcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |