Early
Helps you find trending NFTs.
Co to jest Early?
Early to rozszerzenie Chrome opracowane przez LA, a jego główną funkcją jest „Helps you find trending NFTs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Early
Pobierz pliki rozszerzeń Early w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llimijeljhcflhcakemjahakijmllgbe |
Oficjalny URL | https://chromewebstore.google.com/detail/early/llimijeljhcflhcakemjahakijmllgbe |
Opis | Helps you find trending NFTs. |
Rozmiar pliku | 1011 KB |
Liczba instalacji | 784 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2022-08-07 |
Data Publikacji | 2021-09-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | LA |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://early.af |
Obsługiwane Języki | 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'" } |