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!”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |