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開發的Chrome擴展程式,該擴展的主要功能是“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

下載SolsWatch擴展crx文件

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

擴展基本資訊

名稱 SolsWatch SolsWatch
ID mnjcflhbjndjfkffecmanijpkiimlndi
官方網址 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"
            ]
        }
    ]
}