SolsWatch
List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
¿Qué es SolsWatch?
SolsWatch es una extensión de Chrome desarrollada por http://sols.watch, y su función principal es "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SolsWatch
Descarga archivos de extensión SolsWatch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 **
Información Básica de la Extensión
Nombre | |
ID | mnjcflhbjndjfkffecmanijpkiimlndi |
URL Oficial | https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi |
Descripción | List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter. |
Tamaño del Archivo | 59.92 KB |
Cantidad de Instalaciones | 238 |
Versión Actual | 0.0.3 |
Última Actualización | 2022-02-21 |
Fecha de Publicación | 2022-01-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://sols.watch |
Correo electrónico | [email protected] |
Idiomas Soportados | 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" ] } ] } |