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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}