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
Eメール [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\/*"
    ]
}