FLOLiO
FLOLiO offers Metaverse and NFT Analytics.
FLOLiO là gì?
FLOLiO là một tiện ích mở rộng Chrome được phát triển bởi FLOLiO, và tính năng chính của nó là "FLOLiO offers Metaverse and NFT Analytics.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FLOLiO
Tải xuống các tệp mở rộng FLOLiO 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FLOLiO |
ID | oflfohffjmjjmohifoicfmofiobapine |
URL Chính Thức | https://chromewebstore.google.com/detail/flolio/oflfohffjmjjmohifoicfmofiobapine |
Mô tả | FLOLiO offers Metaverse and NFT Analytics. |
Kích Thước Tệp | 1017 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.0.24 |
Cập Nhật Lần Cuối | 2022-11-24 |
Ngày Phát Hành | 2022-03-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | FLOLiO |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://flolio.com |
URL Trang Trợ Giúp | https://flolio.com/contact |
URL Trang Chính Sách Bảo Mật | https://flolio.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |