NFT Wallpaper

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

NFT Wallpaperとは何ですか?

NFT WallpaperはUpNFTによって開発されたChromeの拡張機能で、その主な機能は「This extension will show you random nft assets in new tab from given wallet address」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

NFT Wallpaper拡張機能のCRXファイルをダウンロード

NFT Wallpaper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 NFT Wallpaper NFT Wallpaper
ID hcldgkgjjfpkpnjbchneigmecmhodaoe
公式URL https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe
説明 This extension will show you random nft assets in new tab from given wallet address
ファイルサイズ 2.39 MB
インストール数 33
現在のバージョン 2.0
最終更新日 2021-10-18
公開日 2021-10-14
開発者 UpNFT
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://upnft.co/
ヘルプページのURL https://upnft.co/
対応言語 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"
    ]
}