Early

Helps you find trending NFTs.

Early란 무엇입니까?

Early은(는) LA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you find trending NFTs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Early adds social proof to NFTs by showing you Twitter and Discord trends on marketplace sites. At a glance you can see how much traction the collection is getting within the community and make smarter decisions.                    

확장 프로그램 기본 정보

이름 Early Early
ID llimijeljhcflhcakemjahakijmllgbe
공식 URL https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe
설명 Helps you find trending NFTs.
파일 크기 1011 KB
설치 횟수 784
현재 버전 0.5
최근 업데이트 2022-08-07
출시 날짜 2021-09-26
평점 5.00/5 총 1 개의 평점
개발자 LA
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://early.af
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Early",
    "description": "Helps you find trending NFTs.",
    "version": "0.5",
    "permissions": [
        "*:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script-injector.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Early"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-96x96.png",
        "128": "assets\/icons\/icon-128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com http:\/\/localhost:5001 https:\/\/early-assets.web.app; object-src 'self'"
}