NFT Wallpaper

This extension will show you random nft assets in new tab from given wallet address

What is NFT Wallpaper?

NFT Wallpaper is a Chrome extension developed by UpNFT, and its main feature is "This extension will show you random nft assets in new tab from given wallet address".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download NFT Wallpaper Extension CRX File

Download NFT Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name NFT Wallpaper NFT Wallpaper
ID hcldgkgjjfpkpnjbchneigmecmhodaoe
Official URL https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe
Description This extension will show you random nft assets in new tab from given wallet address
File Size 2.39 MB
Installation Count 33
Current Version 2.0
Last Updated 2021-10-18
Publish Date 2021-10-14
Developer UpNFT
Email [email protected]
Payment Type free
Extension Website https://upnft.co/
Help Page URL https://upnft.co/
Supported Languages 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"
    ]
}