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
公式URL 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
Eメール [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"
        ]
    }
}