NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
什么是NFT Wallpaper?
NFT Wallpaper是由UpNFT开发的Chrome扩展程序,该扩展的主要功能是“This extension will show you random nft assets in new tab from given wallet address”。
扩展截图
下载NFT Wallpaper扩展crx文件
下载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!
扩展基本信息
名称 | |
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" ] } |