Early

Helps you find trending NFTs.

Earlyとは何ですか?

EarlyはLAによって開発されたChromeの拡張機能で、その主な機能は「Helps you find trending NFTs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Early拡張機能のCRXファイルをダウンロード

Early拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}