OP-EXT

Yugaverse insights directly in the marketplace.

什麼是OP-EXT?

OP-EXT是由https://other.page開發的Chrome擴展程式,該擴展的主要功能是“Yugaverse insights directly in the marketplace.”。

擴展截圖

screenshot
screenshot
screenshot

下載OP-EXT擴展crx文件

下載OP-EXT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        OP-EXT enables NFT insights by embedding game asset data natively within the X2Y2 and OpenSea collection and asset page views. 

Currently Supports:

- Otherdeed Expanded: LOTM shattered and harvesting data

- Vessel: Legends of the Mara nesting time remaining

-  HV-MTL NFT collection including: Forge preview, tile layout, tile count, avg. tile level, portal level, Forge capacity, & seasonal Amps earned.

- 10KTF G Tag collection including: Popcorn PFP preview, Popcorn counts

---

Powered by Other Page in collaboration with OTHERspace FM.

Extension is secure, safe, and does NOT require any wallet interactions. 

Feature enhancements, additional game data integrations, and future collection support is currently in development.

Follow @OtherPageHQ on Twitter for product updates, and follow/join @OTHERspaceFM on Twitter and Discord for early access and additional resources.

https://www.other.page
https://otherspace.fm                    

擴展基本資訊

名稱 OP-EXT OP-EXT
ID ddfkollnloejjfgbmjhfkedcjedngoib
官方網址 https://chromewebstore.google.com/detail/op-ext/ddfkollnloejjfgbmjhfkedcjedngoib
簡介 Yugaverse insights directly in the marketplace.
檔案大小 120 KB
安裝次數 54
目前版本 0.0.10
更新時間 2023-10-11
上架時間 2023-08-07
評分 5.00/5 共 2 次評分
開發者 https://other.page
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.cr3labs.com/legal
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OP-EXT",
    "version": "0.0.10",
    "description": "Yugaverse insights directly in the marketplace.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/x2y2.io\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}