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" ] } ] } |