OpenSea Plus

Get more out of OpenSea with our free extension

OpenSea Plus là gì?

OpenSea Plus là một tiện ích mở rộng Chrome được phát triển bởi OpenSeaPlus, và tính năng chính của nó là "Get more out of OpenSea with our free extension".

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

screenshot

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

Tải xuống các tệp mở rộng OpenSea Plus 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

                        Dark Mode & more for OpenSea.io 

We have just released our first beta version of OpenSea Plus. Which is a Chrome extension to help you get more out of OpenSea. Of course as we know OpenSea is rapidly growing and the developers are super busy! 

Right now we only have two features because we are looking for feedback from YOU on what other features to add. 

Features
1. Dark Mode
2. Hide Others (hide listings from duplicate collections)


Use our extension and let us know which other features you would like from OpenSea Plus!


Note: We are no way affiliated with the OpenSea team. We are merely fans of OpenSea and are trying to help the community.                    

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

Tên OpenSea Plus OpenSea Plus
ID gppjdeelhcpegjlfgfjnbeljgbcejbmp
URL Chính Thức https://chromewebstore.google.com/detail/opensea-plus/gppjdeelhcpegjlfgfjnbeljgbcejbmp
Mô tả Get more out of OpenSea with our free extension
Kích Thước Tệp 66.75 KB
Số Lần Cài Đặt 3,134
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2021-03-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển OpenSeaPlus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSea Plus",
    "description": "Get more out of OpenSea with our free extension",
    "version": "1.0",
    "icons": {
        "128": "image\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/darkreader.js",
                "js\/content_script.js",
                "js\/search_filter.js"
            ],
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "image\/icon.png",
        "default_title": "OpenSea Plus",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/opensea.io\/*"
    ]
}