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 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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SolsWatch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 **                    

एक्सटेंशन की मूल जानकारी

नाम SolsWatch SolsWatch
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"
            ]
        }
    ]
}