Ninji Wallet

Ninji Wallet by Coin98

Wat is Ninji Wallet?

Ninji Wallet is een Chrome-extensie ontwikkeld door Ninji, en de belangrijkste functie is "Ninji Wallet by Coin98".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ninji Wallet

Download Ninji Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Ninji Wallet Ninji Wallet
ID kkpllbgjhchghjapjbinnoddmciocphm
Officiële URL https://chromewebstore.google.com/detail/ninji-wallet/kkpllbgjhchghjapjbinnoddmciocphm
Beschrijving Ninji Wallet by Coin98
Bestandsgrootte 13.96 MB
Aantal Installaties 14,588
Huidige Versie 0.0.4
Laatst Bijgewerkt 2024-02-06
Publicatiedatum 2023-11-06
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Ninji
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ninji.xyz/
Help Pagina-URL https://ninji.xyz/
URL van de Privacybeleid Pagina https://docs.ninji.xyz/legal/privacy-policy
Ondersteunde Talen 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": [
        "*:\/\/*\/"
    ]
}