Early

Helps you find trending NFTs.

Early là gì?

Early là một tiện ích mở rộng Chrome được phát triển bởi LA, và tính năng chính của nó là "Helps you find trending NFTs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Early

Tải xuống các tệp mở rộng Early dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Early Early
ID llimijeljhcflhcakemjahakijmllgbe
URL Chính Thức https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe
Mô tả Helps you find trending NFTs.
Kích Thước Tệp 1011 KB
Số Lần Cài Đặt 784
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-08-07
Ngày Phát Hành 2021-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LA
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://early.af
Ngôn Ngữ Được Hỗ Trợ 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'"
}