Mintedz - Extension for NFTs on OpenSea
Boost your OpenSea. Save time and money.
Что такое Mintedz - Extension for NFTs on OpenSea?
Mintedz - Extension for NFTs on OpenSea - это расширение Chrome, разработанное https://mintedz.com, и его основная функция - "Boost your OpenSea. Save time and money.".
Снимки экрана расширения
Скачать файл CRX расширения Mintedz - Extension for NFTs on OpenSea
Скачайте файлы расширений Mintedz - Extension for NFTs on OpenSea в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This free Chrome Extension adds data directly on NFT collection page to OpenSea: - NFT collection score - NFT flipping score - Twitter followers and Discord members - Switch prices to US dollar - Likes / Dislikes - Views - 24h volume - 24h sales - Creation date - Reports number - Ratio by owner - Royalties - ... and more to come!
Основная информация о расширении
Название | Mintedz - Extension for NFTs on OpenSea |
ID | gdhfflejhgjfchkhhlcpkcgedecjhajj |
Официальный URL | https://chromewebstore.google.com/detail/mintedz-extension-for-nft/gdhfflejhgjfchkhhlcpkcgedecjhajj |
Описание | Boost your OpenSea. Save time and money. |
Размер файла | 853 KB |
Количество установок | 113 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-09-26 |
Дата публикации | 2022-07-17 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | https://mintedz.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mintedz.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mintedz - Extension for NFTs on OpenSea", "author": "Mintedz", "description": "Boost your OpenSea. Save time and money.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "tabs", "cookies" ], "host_permissions": [ "https:\/\/opensea.io\/" ], "action": { "default_popup": "index.html", "default_title": "Mintedz" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/", "https:\/\/opensea.io\/*" ], "js": [ ".\/static\/js\/master.js" ] }, { "matches": [ "https:\/\/opensea.io\/mintedz\/user\/dashboard", "https:\/\/opensea.io\/*\/mintedz\/user\/dashboard" ], "js": [ ".\/static\/js\/dashboard.js" ] } ], "icons": { "16": ".\/img\/mintedz.png", "48": ".\/img\/mintedz.png", "128": ".\/img\/mintedz.png" } } |