FLOLiO
FLOLiO offers Metaverse and NFT Analytics.
FLOLiO क्या है?
FLOLiO FLOLiO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FLOLiO offers Metaverse and NFT Analytics."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FLOLiO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Only NFT Extension to offer Trait Floors of the best NFTs. Beat the market with the fastest Rarity Ranking for all NFT collections. A free upgrade to OpenSea, LooksRare, Coinbase NFT, NBA TopShot and more marketplaces using FLOLiO's advanced analytics. FLOLiO is used by some of the biggest whales, don't miss out on all these amazing features: -Trait Floors -Rarity Rankings -View your holdings in real time -See trending collection data as quickly as every 15 minutes -Search over 3,300 collections within the FLOLiO Ecosystem -Filter your NFT Values by Floor, Trait Floor or Fair Market Value. That is just the beginning. FLOLiO - Wisdom Within Web3
एक्सटेंशन की मूल जानकारी
नाम | FLOLiO |
ID | oflfohffjmjjmohifoicfmofiobapine |
आधिकारिक URL | https://chromewebstore.google.com/detail/flolio/oflfohffjmjjmohifoicfmofiobapine |
विवरण | FLOLiO offers Metaverse and NFT Analytics. |
फ़ाइल का आकार | 1017 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 0.0.24 |
अंतिम अपडेट | 2022-11-24 |
प्रकाशन तिथि | 2022-03-06 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | FLOLiO |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://flolio.com |
सहायता पृष्ठ URL | https://flolio.com/contact |
गोपनीयता नीति पृष्ठ URL | https://flolio.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.24", "short_name": "FLOLiO", "name": "FLOLiO", "description": "FLOLiO offers Metaverse and NFT Analytics.", "action": { "default_title": "FLOLiO", "default_popup": "popup.html" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/nbatopshot.com\/*", "https:\/\/app.flolio.com\/*", "https:\/\/test.flolio.dev\/*", "https:\/\/test.flolio.dev\/*", "https:\/\/nft.coinbase.com\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/flolio-icon-16.png", "48": "img\/flolio-icon-48.png", "128": "img\/flolio-icon-128.png" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "img\/*.*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |