NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
Qu'est-ce que NFT Wallpaper ?
NFT Wallpaper est une extension Chrome développée par UpNFT, et sa fonction principale est "This extension will show you random nft assets in new tab from given wallet address".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NFT Wallpaper
Téléchargez les fichiers d'extension NFT Wallpaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
URL Officiel | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
Description | This extension will show you random nft assets in new tab from given wallet address |
Taille du Fichier | 2.39 MB |
Nombre d'Installations | 33 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-10-18 |
Date de Publication | 2021-10-14 |
Développeur | UpNFT |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://upnft.co/ |
URL de la Page d'Aide | https://upnft.co/ |
Langues Prises en Charge | 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" ] } |