ERC Rarity
High-end NFT data and automation tools
ERC Rarity क्या है?
ERC Rarity ERC Rarity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "High-end NFT data and automation tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ERC Rarity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Giving you the best information and automation for buying and selling NFT's Limited Plan (Free): - Integrates natively into OpenSea (more platforms in the future) - Quickly view floor price of a collection while browsing items - Access to advanced ranking information of items within thousands of collections (after 7 days) Premium Plan: - Everything in Limited Plan - Instant access to ranking info - Easy-to-use rarity scoring - Quick buy - Request any collection - Trait scoring breakdown
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mbhojobjcnpgjkjdafihoeacaflcojji |
आधिकारिक URL | https://chrome.google.com/webstore/detail/erc-rarity/mbhojobjcnpgjkjdafihoeacaflcojji |
विवरण | High-end NFT data and automation tools |
फ़ाइल का आकार | 2.79 MB |
स्थापना संख्या | 692 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2022-11-19 |
प्रकाशन तिथि | 2022-07-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ERC Rarity |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://ercrarity.com |
सहायता पृष्ठ URL | https://ercrarity.com |
गोपनीयता नीति पृष्ठ URL | https://app.termly.io/document/privacy-policy/836188f6-930e-48cc-9c41-352b48a012db |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "High-end NFT data and automation tools", "version": "1.0.9", "manifest_version": 3, "name": "ERC Rarity", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "openseaContentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*\/*" ], "js": [ "generalContentScript.bundle.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/*.opensea.io\/*" ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "openseaPageContextInject.bundle.js" ], "matches": [ "https:\/\/*.opensea.io\/*" ] }, { "resources": [ "generalPageContextInject.bundle.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |