Metaverse

The Metaverse Browser Extension: Gateway to the Metaverse

What is Metaverse?

Metaverse is a Chrome extension developed by https://nftworld.io, and its main feature is "The Metaverse Browser Extension: Gateway to the Metaverse".

Extension Screenshots

screenshot
screenshot
screenshot

Download Metaverse Extension CRX File

Download Metaverse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Metaverse Metaverse
ID nghkdhckeabmkjbklgocfoojnpchhlgc
Official URL https://chromewebstore.google.com/detail/metaverse/nghkdhckeabmkjbklgocfoojnpchhlgc
Description The Metaverse Browser Extension: Gateway to the Metaverse
File Size 1.56 MB
Installation Count 1,684
Current Version 1.3.2
Last Updated 2023-06-10
Publish Date 2020-08-05
Rating 5.00/5 Total 1 Ratings
Developer https://nftworld.io
Email [email protected]
Payment Type free
Extension Website https://nftworld.io/
Help Page URL https://nftworld.io/metaverse-browser-extension/
Privacy Policy Page URL https://nftworld.io/privacy-policy
Supported Languages 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'"
    }
}