freshdrops
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
Что такое freshdrops?
freshdrops - это расширение Chrome, разработанное freshdrops, и его основная функция - "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".
Снимки экрана расширения
Скачать файл CRX расширения freshdrops
Скачайте файлы расширений freshdrops в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | freshdrops |
ID | ihhpfeiebambghiicmacdaidmmknoiko |
Официальный URL | https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko |
Описание | Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show… |
Размер файла | 7.68 MB |
Количество установок | 686 |
Текущая Версия | 0.7 |
Последнее Обновление | 2023-06-16 |
Дата публикации | 2021-10-20 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | freshdrops |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://freshdrops.io |
URL страницы помощи | https://freshdrops.io |
URL страницы политики конфиденциальности | https://freshdrops.io/terms-privacy |
Поддерживаемые языки | 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" ] } |