NFT Wallpaper

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

Cos'è NFT Wallpaper?

NFT Wallpaper è un'estensione di Chrome sviluppata da UpNFT, e la sua funzione principale è "This extension will show you random nft assets in new tab from given wallet address".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NFT Wallpaper

Scarica i file di estensione NFT Wallpaper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome NFT Wallpaper NFT Wallpaper
ID hcldgkgjjfpkpnjbchneigmecmhodaoe
URL Ufficiale https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe
Descrizione This extension will show you random nft assets in new tab from given wallet address
Dimensione del File 2.39 MB
Conteggio Installazioni 33
Versione Corrente 2.0
Ultimo Aggiornamento 2021-10-18
Data di Pubblicazione 2021-10-14
Sviluppatore UpNFT
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://upnft.co/
URL della Pagina di Aiuto https://upnft.co/
Lingue Supportate 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"
    ]
}