FLOLiO

FLOLiO offers Metaverse and NFT Analytics.

FLOLiO란 무엇입니까?

FLOLiO은(는) FLOLiO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FLOLiO offers Metaverse and NFT Analytics."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FLOLiO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*"
            ]
        }
    ]
}