Ninji Wallet

Ninji Wallet by Coin98

O que é Ninji Wallet?

Ninji Wallet é uma extensão do Chrome desenvolvida por Ninji, e sua principal característica é "Ninji Wallet by Coin98".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ninji Wallet

Baixe arquivos de extensão Ninji Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Ninji Wallet Ninji Wallet
ID kkpllbgjhchghjapjbinnoddmciocphm
URL Oficial https://chromewebstore.google.com/detail/ninji-wallet/kkpllbgjhchghjapjbinnoddmciocphm
Descrição Ninji Wallet by Coin98
Tamanho do Arquivo 13.96 MB
Contagem de Instalações 14,588
Versão Atual 0.0.4
Última Atualização 2024-02-06
Data de Publicação 2023-11-06
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Ninji
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ninji.xyz/
URL da Página de Ajuda https://ninji.xyz/
URL da Página de Política de Privacidade https://docs.ninji.xyz/legal/privacy-policy
Idiomas Suportados 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": [
        "*:\/\/*\/"
    ]
}