Early
Helps you find trending NFTs.
Wat is Early?
Early is een Chrome-extensie ontwikkeld door LA, en de belangrijkste functie is "Helps you find trending NFTs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Early
Download Early-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | llimijeljhcflhcakemjahakijmllgbe |
Officiële URL | https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe |
Beschrijving | Helps you find trending NFTs. |
Bestandsgrootte | 1011 KB |
Aantal Installaties | 784 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2022-08-07 |
Publicatiedatum | 2021-09-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | LA |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://early.af |
Ondersteunde Talen | 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'" } |