NFT Wallpaper

This extension will show you random nft assets in new tab from given wallet address

NFT Wallpaperคืออะไร?

NFT Wallpaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UpNFT และคุณลักษณะหลักของมันคือ "This extension will show you random nft assets in new tab from given wallet address"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย NFT Wallpaper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Display your art collection on every new tab you open! NFT Wallpaper uses the OpenSea API to beautify display your NFT Art right when you start a new tab!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NFT Wallpaper NFT Wallpaper
ID hcldgkgjjfpkpnjbchneigmecmhodaoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe
คำอธิบาย This extension will show you random nft assets in new tab from given wallet address
ขนาดไฟล์ 2.39 MB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-10-18
วันที่เผยแพร่ 2021-10-14
ผู้พัฒนา UpNFT
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://upnft.co/
URL หน้าช่วยเหลือ https://upnft.co/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFT Wallpaper",
    "description": "This extension will show you random nft assets in new tab from given wallet address",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ]
}