Nightly

Nightly - your key to Metaverse

什麼是Nightly?

Nightly是由https://nightly.app開發的Chrome擴展程式,該擴展的主要功能是“Nightly - your key to Metaverse”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Nightly擴展crx文件

下載Nightly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Meet your key to the Metaverse - Nightly Wallet, a multi-chain wallet available on Solana, NEAR, Aptos, SUI and Aleph Zero blockchains, rewarded with NEAR Foundation's grant.

Manage your digital assets easily and securely whether you're buying, selling, or trading.

Wanna show your NFT collection to your crush? You've found a perfect place! Nightly's cutting-edge technology allows you to do it as fast as you've never seen while remaining safe & sound. Just relax and surf through the Metaverse in your own way. 

Join the Web3 revolution today with Nightly Wallet and experience the convenience and security of managing your digital assets in one place - your own computer.                    

擴展基本資訊

名稱 Nightly Nightly
ID fiikommddbeccaoicoejoniammnalkfa
官方網址 https://chromewebstore.google.com/detail/nightly/fiikommddbeccaoicoejoniammnalkfa
簡介 Nightly - your key to Metaverse
檔案大小 63.87 MB
安裝次數 31,881
目前版本 1.6.1
更新時間 2024-02-28
上架時間 2022-08-23
評分 3.62/5 共 843 次評分
開發者 https://nightly.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wallet.nightly.app/
說明頁面URL https://docs.nightly.app/
隱私政策頁面URL https://wallet.nightly.app/privacy
支援的語言 de,en,fr,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.6.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "src\/pages\/ExtensionRoot\/index.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "986848105488-a9g6nbm7bpur4e33co9c33rbic4a79dd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}