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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}