OpenSea Plus

Get more out of OpenSea with our free extension

什么是OpenSea Plus?

OpenSea Plus是由OpenSeaPlus开发的Chrome扩展程序,该扩展的主要功能是“Get more out of OpenSea with our free extension”。

扩展截图

screenshot

下载OpenSea Plus扩展crx文件

下载OpenSea Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OpenSea Plus OpenSea Plus
ID gppjdeelhcpegjlfgfjnbeljgbcejbmp
官方URL https://chromewebstore.google.com/detail/opensea-plus/gppjdeelhcpegjlfgfjnbeljgbcejbmp
简介 Get more out of OpenSea with our free extension
文件大小 66.75 KB
安装次数 3,134
当前版本 1.0
更新时间 2021-03-17
上架时间 2021-03-17
评分 5.00/5 共2次评分
开发者 OpenSeaPlus
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}