OpenSea Extended

OpenSea Extended is a extension for OpenSea who gives way more power to the user!

OpenSea Extended란 무엇입니까?

OpenSea Extended은(는) https://opensea-extended.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenSea Extended is a extension for OpenSea who gives way more power to the user!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OpenSea Extended 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By offering a powerful free extension to deal with OpenSea we allow everyone to have a shot to win on the NFT world.
We don't give just and advantage, we offer a wide set of tools who will make you win if you're smart using it!


Features:
 - Rarity and Rank
 - More information about NFTs
 - Quick buy

Coming soon:
 - Notifications
 - Cache refresh
 - Meta refresh
 And much more for FREE

Feature requests? Access our discord: https://bit.ly/3rujGA5                    

확장 프로그램 기본 정보

이름 OpenSea Extended OpenSea Extended
ID ejojlbfkbdbdgfpackpkphpobgofmopd
공식 URL https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd
설명 OpenSea Extended is a extension for OpenSea who gives way more power to the user!
파일 크기 215 KB
설치 횟수 120
현재 버전 1.0.2
최근 업데이트 2022-02-10
출시 날짜 2022-02-08
평점 5.00/5 총 2 개의 평점
개발자 https://opensea-extended.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://opensea-extended.com
개인정보 보호 정책 페이지 URL https://impostonator.dkw.im/politica-de-privacidade.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSea Extended",
    "description": "OpenSea Extended is a extension for OpenSea who gives way more power to the user!",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.opensea-extended.com\/*",
        "http:\/\/opensea-extended.com\/*",
        "https:\/\/opensea-extended.com\/*",
        "https:\/\/api.opensea-extended.com\/*",
        "http:\/\/api.opensea-extended.com\/*"
    ],
    "icons": {
        "512": "images\/logo-icon.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com:3000\/*",
                "http:\/\/opensea-extended.com:3000\/*",
                "https:\/\/opensea.io\/*",
                "http:\/\/opensea.io\/*"
            ],
            "css": [
                "content\/css\/bootstrap-iso.min.css",
                "content\/css\/ose.css"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ]
}