Early

Helps you find trending NFTs.

Early क्या है?

Early LA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you find trending NFTs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Early एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}