Ninji Wallet

Ninji Wallet by Coin98

Co je Ninji Wallet?

Ninji Wallet je rozšíření Chrome vyvinuté Ninji, a jeho hlavní funkcí je „Ninji Wallet by Coin98“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ninji Wallet

Stáhněte si soubory rozšíření Ninji Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ninji is your agile Injective Wallet for a fast and effortless experience in managing assets and connecting to Injective dApps.

Ninji is designed for passionate users seeking an efficient and straightforward solution for managing their digital assets and access to the truly decentralization. By offering ease, security, and instant connectivity, Ninji unlocks the full potential for a broad audience, setting itself apart as the go-to wallet for effortless DeFi experiences. Its exceptional offerings include:

+ Seamlessly send & receive assets
+ Solely own your self-custodial wallet
+ Effortlessly secure your privacy & security
+ Freely explore DeFi with a friendly user interface
+ Instantly connect to Injective dApps
+ Personalize your interface with customized light and dark modes.

Install now to experience seamless Decentralize Finance with Ninji.

We are always here to help:
+ Twitter: https://twitter.com/ninjiwallet
+ Discord: https://t.co/YXndeEhNII                    

Základní Informace o Rozšíření

Název Ninji Wallet Ninji Wallet
ID kkpllbgjhchghjapjbinnoddmciocphm
Oficiální URL https://chromewebstore.google.com/detail/ninji-wallet/kkpllbgjhchghjapjbinnoddmciocphm
Popis Ninji Wallet by Coin98
Velikost souboru 13.96 MB
Počet instalací 14,588
Aktuální Verze 0.0.4
Poslední Aktualizace 2024-02-06
Datum Vydání 2023-11-06
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Ninji
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ninji.xyz/
URL Stránky Nápovědy https://ninji.xyz/
URL Stránky Zásad Ochrany Soukromí https://docs.ninji.xyz/legal/privacy-policy
Podporované Jazyky id,en,fr,vi,pt-PT,ru,th,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.b719497a.png",
        "32": "icon32.plasmo.b1f891c6.png",
        "48": "icon48.plasmo.ff9ce221.png",
        "64": "icon64.plasmo.94d112e9.png",
        "128": "icon128.plasmo.5084360a.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.b719497a.png",
            "32": "icon32.plasmo.b1f891c6.png",
            "48": "icon48.plasmo.ff9ce221.png",
            "64": "icon64.plasmo.94d112e9.png",
            "128": "icon128.plasmo.5084360a.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.4",
    "author": "Coin98",
    "name": "Ninji Wallet",
    "description": "Ninji Wallet by Coin98",
    "background": {
        "service_worker": "background.fe0a24a9.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.b728b9cb.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": []
        }
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/**"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.be9fe2f5.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ]
}