freshdrops
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Co to jest freshdrops?
freshdrops to rozszerzenie Chrome opracowane przez freshdrops, a jego główną funkcją jest „Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia freshdrops
Pobierz pliki rozszerzeń freshdrops 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
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show revealed NFTs faster. Newly added feature includes checking other exchanges for lower prices 👀 WAGMI!
Podstawowe informacje o rozszerzeniu
Nazwa | freshdrops |
ID | ihhpfeiebambghiicmacdaidmmknoiko |
Oficjalny URL | https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko |
Opis | Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show… |
Rozmiar pliku | 7.68 MB |
Liczba instalacji | 686 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2023-06-16 |
Data Publikacji | 2021-10-20 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | freshdrops |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://freshdrops.io |
Adres URL Strony Pomocy | https://freshdrops.io |
Adres URL Strony Polityki Prywatności | https://freshdrops.io/terms-privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "freshdrops", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "0.7", "permissions": [ "storage" ], "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "content.js" ], "css": [ "app.css", "mod.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/freshdrops.io\/*" ], "js": [ "auth.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "freshdrops-logo-beta.svg", "freshdrops-logo-beta-hi-pink.svg", "freshdrops-logo-beta-hi-black.svg", "freshdrops.js", "icon16.png", "ping.mp3", "fdplus16.png" ] } |