SolsWatch
List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
Was ist SolsWatch?
SolsWatch ist eine Chrome-Erweiterung, die von http://sols.watch entwickelt wurde, und ihr Hauptmerkmal ist "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".
Erweiterungsscreenshots
SolsWatch-Erweiterungs-CRX-Datei herunterladen
Laden Sie SolsWatch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 **
Grundlegende Informationen zur Erweiterung
Name | |
ID | mnjcflhbjndjfkffecmanijpkiimlndi |
Offizielle URL | https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi |
Beschreibung | List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter. |
Dateigröße | 59.92 KB |
Installationsanzahl | 238 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2022-02-21 |
Veröffentlichungsdatum | 2022-01-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://sols.watch |
[email protected] | |
Unterstützte Sprachen | 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" ] } ] } |