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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
    }
}