NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
Wat is NFT Wallpaper?
NFT Wallpaper is een Chrome-extensie ontwikkeld door UpNFT, en de belangrijkste functie is "This extension will show you random nft assets in new tab from given wallet address".
Extensie Screenshots
Download het CRX-bestand van de extensie NFT Wallpaper
Download NFT Wallpaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
Officiële URL | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
Beschrijving | This extension will show you random nft assets in new tab from given wallet address |
Bestandsgrootte | 2.39 MB |
Aantal Installaties | 33 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2021-10-18 |
Publicatiedatum | 2021-10-14 |
Ontwikkelaar | UpNFT |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://upnft.co/ |
Help Pagina-URL | https://upnft.co/ |
Ondersteunde Talen | 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" ] } |