Metaverse

The Metaverse Browser Extension: Gateway to the Metaverse

Metaverseคืออะไร?

Metaverse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nftworld.io และคุณลักษณะหลักของมันคือ "The Metaverse Browser Extension: Gateway to the Metaverse"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metaverse

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
    }
}