SolsWatch

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

SolsWatch là gì?

SolsWatch là một tiện ích mở rộng Chrome được phát triển bởi http://sols.watch, và tính năng chính của nó là "List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SolsWatch

Tải xuống các tệp mở rộng SolsWatch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SolsWatch SolsWatch
ID mnjcflhbjndjfkffecmanijpkiimlndi
URL Chính Thức https://chrome.google.com/webstore/detail/solswatch/mnjcflhbjndjfkffecmanijpkiimlndi
Mô tả List the marketplaces for the NFT collections on Solana. View the list on the profile page of the official accounts on Twitter.
Kích Thước Tệp 59.92 KB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-02-21
Ngày Phát Hành 2022-01-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sols.watch
Email [email protected]
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}