Argent X - Starknet Wallet

7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now.

What is Argent X - Starknet Wallet?

Argent X - Starknet Wallet is a Chrome extension developed by https://argent.xyz, and its main feature is "7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Argent X - Starknet Wallet Extension CRX File

Download Argent X - Starknet 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

                        The most popular Starknet wallet with over 2 million downloads. 7 out of 10 Starknet users choose Argent X. 

Argent X is fully non-custodial, open-source and audited, and includes advanced security features, including real-time fraud monitoring, 2FA and multisig. 

You can buy, swap and bridge tokens with low fees in just a few clicks, and manage all of your Starknet NFTs with ease. 

And if you’re a team building on Starknet, look no further. Argent X is the only audited multisig wallet on Starknet.  

Download Argent X today, and see for yourself why 7 out 10 Starknet users choose our Starknet wallet.                    

Extension Basic Information

Name Argent X - Starknet Wallet Argent X - Starknet Wallet
ID dlcobpjiigpikoobohmabehhmhfoodbb
Official URL https://chromewebstore.google.com/detail/argent-x-starknet-wallet/dlcobpjiigpikoobohmabehhmhfoodbb
Description 7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now.
File Size 3.55 MB
Installation Count 935,156
Current Version 5.13.7
Last Updated 2024-03-01
Publish Date 2021-11-23
Rating 4.97/5 Total 95428 Ratings
Developer https://argent.xyz
Email [email protected]
Payment Type free
Extension Website https://argent.xyz/
Help Page URL https://discord.gg/QaggJEwn
Privacy Policy Page URL https://www.argent.xyz/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
    "name": "Argent X - Starknet Wallet",
    "description": "7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now.",
    "version": "5.13.7",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "48": "assets\/logo.png",
            "128": "assets\/logo.png"
        },
        "default_title": "Argent X",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "http:\/\/localhost\/*"
    ],
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.js"
            ]
        }
    ]
}