Early

Helps you find trending NFTs.

What is Early?

Early is a Chrome extension developed by LA, and its main feature is "Helps you find trending NFTs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Early Extension CRX File

Download Early extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Early Early
ID llimijeljhcflhcakemjahakijmllgbe
Official URL https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe
Description Helps you find trending NFTs.
File Size 1011 KB
Installation Count 784
Current Version 0.5
Last Updated 2022-08-07
Publish Date 2021-09-26
Rating 5.00/5 Total 1 Ratings
Developer LA
Email [email protected]
Payment Type free
Extension Website https://early.af
Supported Languages 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'"
}