FLOLiO

FLOLiO offers Metaverse and NFT Analytics.

什么是FLOLiO?

FLOLiO是由FLOLiO开发的Chrome扩展程序,该扩展的主要功能是“FLOLiO offers Metaverse and NFT Analytics.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FLOLiO扩展crx文件

下载FLOLiO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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:\/\/*\/*"
            ]
        }
    ]
}