SolsWatch

List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.

O que é SolsWatch?

SolsWatch é uma extensão do Chrome desenvolvida por http://sols.watch, e sua principal característica é "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SolsWatch

Baixe arquivos de extensão SolsWatch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SolsWatch SolsWatch
ID mnjcflhbjndjfkffecmanijpkiimlndi
URL Oficial https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi
Descrição List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
Tamanho do Arquivo 59.92 KB
Contagem de Instalações 238
Versão Atual 0.0.3
Última Atualização 2022-02-21
Data de Publicação 2022-01-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://sols.watch
Email [email protected]
Idiomas Suportados 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"
            ]
        }
    ]
}