Metaverse

The Metaverse Browser Extension: Gateway to the Metaverse

Metaverse là gì?

Metaverse là một tiện ích mở rộng Chrome được phát triển bởi https://nftworld.io, và tính năng chính của nó là "The Metaverse Browser Extension: Gateway to the Metaverse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Metaverse

Tải xuống các tệp mở rộng Metaverse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metaverse Metaverse
ID nghkdhckeabmkjbklgocfoojnpchhlgc
URL Chính Thức https://chromewebstore.google.com/detail/metaverse/nghkdhckeabmkjbklgocfoojnpchhlgc
Mô tả The Metaverse Browser Extension: Gateway to the Metaverse
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 1,684
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2020-08-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://nftworld.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nftworld.io/
URL Trang Trợ Giúp https://nftworld.io/metaverse-browser-extension/
URL Trang Chính Sách Bảo Mật https://nftworld.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}