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ファイルをダウンロード

OpenSea Extended拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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