NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
Co to jest NFT Wallpaper?
NFT Wallpaper to rozszerzenie Chrome opracowane przez UpNFT, a jego główną funkcją jest „This extension will show you random nft assets in new tab from given wallet address”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NFT Wallpaper
Pobierz pliki rozszerzeń NFT Wallpaper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
Oficjalny URL | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
Opis | This extension will show you random nft assets in new tab from given wallet address |
Rozmiar pliku | 2.39 MB |
Liczba instalacji | 33 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-10-18 |
Data Publikacji | 2021-10-14 |
Deweloper | UpNFT |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://upnft.co/ |
Adres URL Strony Pomocy | https://upnft.co/ |
Obsługiwane Języki | 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" ] } |