Early
Helps you find trending NFTs.
Cos'è Early?
Early è un'estensione di Chrome sviluppata da LA, e la sua funzione principale è "Helps you find trending NFTs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Early
Scarica i file di estensione Early in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | llimijeljhcflhcakemjahakijmllgbe |
URL Ufficiale | https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe |
Descrizione | Helps you find trending NFTs. |
Dimensione del File | 1011 KB |
Conteggio Installazioni | 784 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2022-08-07 |
Data di Pubblicazione | 2021-09-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | LA |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://early.af |
Lingue Supportate | 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'" } |