SolsWatch
List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
Qu'est-ce que SolsWatch ?
SolsWatch est une extension Chrome développée par http://sols.watch, et sa fonction principale est "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SolsWatch
Téléchargez les fichiers d'extension SolsWatch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 **
Informations de Base sur l'Extension
Nom | |
ID | mnjcflhbjndjfkffecmanijpkiimlndi |
URL Officiel | https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi |
Description | List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter. |
Taille du Fichier | 59.92 KB |
Nombre d'Installations | 238 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2022-02-21 |
Date de Publication | 2022-01-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://sols.watch |
[email protected] | |
Langues Prises en Charge | 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" ] } ] } |