Indexx Wallet

The first crypto wallet protecting you on Web3 without any compromises.

What is Indexx Wallet?

Indexx Wallet is a Chrome extension developed by Indexx, and its main feature is "The first crypto wallet protecting you on Web3 without any compromises.".

Extension Screenshots

screenshot
screenshot

Download Indexx Wallet Extension CRX File

Download Indexx Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing Indexx Web3 Wallet: Your Ultimate Solution for Crypto Transactions and DApp Integration

Experience the revolutionary Indexx Web3 Wallet, a next-generation cryptocurrency wallet that prioritizes your security and seamlessly integrates with decentralized applications (dApps). We have taken your feedback to heart and made several enhancements to ensure an even better user experience. Here's what's new:

Uncompromising Security: Our primary focus is safeguarding your digital assets. The Indexx Web3 Wallet utilizes state-of-the-art encryption algorithms and multi-factor authentication to provide you with industry-leading security. Your private keys are securely stored on your device, ensuring you remain in complete control of your funds.

Seamless User Interface: We have revamped the user interface to be more intuitive and user-friendly. With a sleek and modern design, you can effortlessly navigate through various features and access your funds, buy/sell cryptocurrencies, and manage your portfolio with ease.

Enhanced DApp Integration: Indexx Web3 Wallet now offers seamless integration with a wide range of decentralized applications. Discover and explore the thriving world of dApps without any friction. Easily interact with popular DeFi protocols, participate in decentralized exchanges, and explore the rapidly growing NFT market.

Cross-Platform Compatibility: We understand the importance of accessibility, which is why Indexx Web3 Wallet is compatible with multiple platforms. Whether you prefer using it on your desktop, laptop, or mobile device, our wallet ensures a consistent experience across all platforms. Your wallet is always just a few clicks away, no matter where you are.

Advanced Transaction Features: We have introduced advanced transaction features to provide you with more control and flexibility. Set custom gas fees, manage transaction speeds, and track the status of your transactions in real-time. Say goodbye to network congestion and take charge of your crypto transactions.

Enhanced Privacy Options: We value your privacy. With Indexx Web3 Wallet, you have the option to customize your privacy settings according to your preferences. Maintain anonymity when desired, or share specific transaction details for audit purposes. The choice is yours.

Robust Customer Support: We take pride in offering top-notch customer support. Our dedicated team is available 24/7 to assist you with any questions or concerns you may have. Whether you need help recovering your wallet or have queries about a specific dApp integration, we are here to provide you with prompt and reliable support.

Community-Driven Development: We believe in the power of collaboration. As a community-driven platform, we actively listen to your feedback and implement improvements accordingly. We regularly release updates and new features based on user suggestions, ensuring that Indexx Web3 Wallet remains at the forefront of innovation.

Experience the future of cryptocurrency wallets with Indexx Web3 Wallet. Start protecting your digital assets today while seamlessly integrating with the decentralized world. Join thousands of satisfied users who are revolutionizing their crypto experience. Download Indexx Web3 Wallet now and embrace the future of decentralized finance.                    

Extension Basic Information

Name Indexx Wallet Indexx Wallet
ID fpibioaihcagphbidhodidjbnclocgll
Official URL https://chromewebstore.google.com/detail/indexx-wallet/fpibioaihcagphbidhodidjbnclocgll
Description The first crypto wallet protecting you on Web3 without any compromises.
File Size 36.44 MB
Installation Count 102
Current Version 1.0.1
Last Updated 2023-10-18
Publish Date 2023-07-02
Rating 5.00/5 Total 2 Ratings
Developer Indexx
Email [email protected]
Payment Type free
Privacy Policy Page URL https://test.wallet2.indexx.ai/Indexx-wallet/privacy-policy
Supported Languages id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_title": "Indexx Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/indexx.ai",
    "background": {
        "service_worker": "app-init.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "disable-console.js",
                "globalthis.js",
                "lockdown-install.js",
                "lockdown-run.js",
                "lockdown-more.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "The first crypto wallet protecting you on Web3 without any compromises.",
    "host_permissions": [
        "http:\/\/localhost:8545\/",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "Indexx Wallet",
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardWrite",
        "notifications",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "short_name": "Indexx Wallet",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/metamask.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88",
    "version": "1.0.1"
}