AlphaSharks
Enhance your OpenSea experience with rarity ranks and live analytics.
AlphaSharks क्या है?
AlphaSharks AlphaSharks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your OpenSea experience with rarity ranks and live analytics."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AlphaSharks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your OpenSea experience with rarity ranks and live analytics. Features: 1. 2. Floor Data & Rarity ranks. View ranks overlay as soon as collection is revealed with their floor prices. (Free) 2. Realtime Stats bar shows you highly accurate data of over 150,000+ collections on OpenSea. This data includes, collection supply, holders, royalties, volumes insights, etc. (Members Only) 3. Trait Breakdown, Floor and Delta information. Each NFT has different traits, now you can see floor of all available traits of a collection with their delta prices. (Members Only) 4. One Click Buy. Improve your buying experience on opensea with quick buy and custom gas. (Members Only) And much more features to come!
एक्सटेंशन की मूल जानकारी
नाम | AlphaSharks |
ID | jijhbhmdkjehdkjfaoocchdlknhicjpj |
आधिकारिक URL | https://chromewebstore.google.com/detail/alphasharks/jijhbhmdkjehdkjfaoocchdlknhicjpj |
विवरण | Enhance your OpenSea experience with rarity ranks and live analytics. |
फ़ाइल का आकार | 8.21 MB |
स्थापना संख्या | 8,667 |
वर्तमान संस्करण | 1.90.6 |
अंतिम अपडेट | 2023-07-06 |
प्रकाशन तिथि | 2022-08-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | AlphaSharks |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://vue.alphasharks.io/ |
गोपनीयता नीति पृष्ठ URL | https://vue.alphasharks.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlphaSharks", "description": "Enhance your OpenSea experience with rarity ranks and live analytics.", "version": "1.90.6", "minimum_chrome_version": "93", "manifest_version": 3, "action": { "icons": { "128": "icon.png" }, "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "static\/js\/background.js" }, "host_permissions": [ "https:\/\/*.opensea.io\/*" ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "static\/js\/pageContextInject.js" ], "matches": [ "https:\/\/opensea.io\/*" ] }, { "resources": [ "static\/js\/olyv_script.js" ], "matches": [ "https:\/\/opensea.io\/*" ] }, { "resources": [ "notification.mp3" ], "matches": [ "https:\/\/*.opensea.io\/*" ] }, { "resources": [ "up_trend.svg", "whale.svg", "*.png", "*.svg" ], "matches": [ "https:\/\/*.opensea.io\/*" ] } ], "permissions": [ "storage", "activeTab" ] } |