Ninji Wallet

Ninji Wallet by Coin98

Cos'è Ninji Wallet?

Ninji Wallet è un'estensione di Chrome sviluppata da Ninji, e la sua funzione principale è "Ninji Wallet by Coin98".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ninji Wallet

Scarica i file di estensione Ninji Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Ninji Wallet Ninji Wallet
ID kkpllbgjhchghjapjbinnoddmciocphm
URL Ufficiale https://chromewebstore.google.com/detail/ninji-wallet/kkpllbgjhchghjapjbinnoddmciocphm
Descrizione Ninji Wallet by Coin98
Dimensione del File 13.96 MB
Conteggio Installazioni 14,588
Versione Corrente 0.0.4
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2023-11-06
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Ninji
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ninji.xyz/
URL della Pagina di Aiuto https://ninji.xyz/
URL della Pagina della Politica sulla Privacy https://docs.ninji.xyz/legal/privacy-policy
Lingue Supportate 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": [
        "*:\/\/*\/"
    ]
}