Metaverse

The Metaverse Browser Extension: Gateway to the Metaverse

Metaverseとは何ですか?

Metaverseはhttps://nftworld.ioによって開発されたChromeの拡張機能で、その主な機能は「The Metaverse Browser Extension: Gateway to the Metaverse」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Metaverse拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily navigate the Metaverse and associated marketplaces to explore content and to buy or sell nonfungible tokens (NFTs) including Virtual Land, Avatar Wearables, Collectibles, and more. Brought to you by NFT World.                    

拡張機能の基本情報

名前 Metaverse Metaverse
ID nghkdhckeabmkjbklgocfoojnpchhlgc
公式URL https://chromewebstore.google.com/detail/metaverse/nghkdhckeabmkjbklgocfoojnpchhlgc
説明 The Metaverse Browser Extension: Gateway to the Metaverse
ファイルサイズ 1.56 MB
インストール数 1,684
現在のバージョン 1.3.2
最終更新日 2023-06-10
公開日 2020-08-05
評価 5.00/5 合計 1 レビュー
開発者 https://nftworld.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nftworld.io/
ヘルプページのURL https://nftworld.io/metaverse-browser-extension/
プライバシーポリシーページのURL https://nftworld.io/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Metaverse",
    "version": "1.3.2",
    "manifest_version": 3,
    "description": "The Metaverse Browser Extension: Gateway to the Metaverse",
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon128x128.png",
        "48": "icon48x48.png",
        "16": "icon16x16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Metaverse",
        "default_icon": "icon128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}