Nightly

Nightly - your key to Metaverse

Nightly란 무엇입니까?

Nightly은(는) https://nightly.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nightly - your key to Metaverse"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Nightly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}