Argent X - Starknet Wallet

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

Argent X - Starknet Wallet란 무엇입니까?

Argent X - Starknet Wallet은(는) https://argent.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Argent X - Starknet Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Argent X - Starknet Wallet Argent X - Starknet Wallet
ID dlcobpjiigpikoobohmabehhmhfoodbb
공식 URL https://chromewebstore.google.com/detail/argent-x-starknet-wallet/dlcobpjiigpikoobohmabehhmhfoodbb
설명 7 out of 10 Starknet users choose Argent X as their Starknet wallet. Join 2m+ Argent users now.
파일 크기 3.55 MB
설치 횟수 935,156
현재 버전 5.13.7
최근 업데이트 2024-03-01
출시 날짜 2021-11-23
평점 4.97/5 총 95428 개의 평점
개발자 https://argent.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://argent.xyz/
도움말 페이지 URL https://discord.gg/QaggJEwn
개인정보 보호 정책 페이지 URL https://www.argent.xyz/legal/privacy
지원되는 언어 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"
            ]
        }
    ]
}