SolsWatch
List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
Что такое SolsWatch?
SolsWatch - это расширение Chrome, разработанное http://sols.watch, и его основная функция - "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".
Снимки экрана расширения
Скачать файл CRX расширения SolsWatch
Скачайте файлы расширений SolsWatch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get quick links to the listed marketplaces for the Solana NFT collections directly from the Twitter profile page. SolsWatch supports the below 7 marketplaces with plans to support more marketplaces - Alpha Art - DigitalEyes - FTX US - Magic Eden - Solanart - Solsea - SMB Market ** This extension works on Twitter only **
Основная информация о расширении
Название | |
ID | mnjcflhbjndjfkffecmanijpkiimlndi |
Официальный URL | https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi |
Описание | List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter. |
Размер файла | 59.92 KB |
Количество установок | 238 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2022-02-21 |
Дата публикации | 2022-01-28 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://sols.watch |
Электронная почта | [email protected] |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SolsWatch", "version": "0.0.3", "manifest_version": 3, "description": "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.", "homepage_url": "https:\/\/sols.watch", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "src\/bg\/background.js" }, "permissions": [ "activeTab" ], "action": { "default_icon": "icons\/icon19.png", "default_title": "SolsWatch", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |