NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
NFT Wallpaper là gì?
NFT Wallpaper là một tiện ích mở rộng Chrome được phát triển bởi UpNFT, và tính năng chính của nó là "This extension will show you random nft assets in new tab from given wallet address".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NFT Wallpaper
Tải xuống các tệp mở rộng NFT Wallpaper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
URL Chính Thức | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
Mô tả | This extension will show you random nft assets in new tab from given wallet address |
Kích Thước Tệp | 2.39 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-10-18 |
Ngày Phát Hành | 2021-10-14 |
Nhà Phát Triển | UpNFT |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://upnft.co/ |
URL Trang Trợ Giúp | https://upnft.co/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |