GameStop Wallet

GameStop Wallet

GameStop Walletคืออะไร?

GameStop Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GameStop และคุณลักษณะหลักของมันคือ "GameStop Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameStop Wallet

ดาวน์โหลดไฟล์ส่วนขยาย GameStop Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GameStop Wallet - Explore Web3
Buy and hold your digital assets. 


GameStop Wallet is a simple and secure way to get started with Web3. Use your GameStop Wallet to buy, hold, display, and utilize Ethereum-based assets.

GameStop Wallet is a self-custodial Ethereum wallet, meaning you are always in full control of your wallet and assets. Power to the players!

Harnessing the power of Loopring and Immutable X's zkRollups - Ethereum Layer 2 scaling protocols - GameStop gives you low cost and fast transactions, with Ethereum security, opportunity, and global reach. This allows you to reduce gas fees and network congestion, while always remaining in control of your funds. 

Great for n00bs and power-users alike, GameStop Wallet is your homebase and portal into the world of Ethereum. Connect your wallet to the wide ecosystem of Ethereum dApps, including GameStop NFT - a marketplace to buy digital goods! 


MAIN FEATURES
• Create a secure, self-custodial Ethereum wallet - where you truly own your assets, and are always in full control.

• Buy ETH with a few taps using Apple Pay, or a credit or debit card via Ramp or Moonpay. Save time and money by purchasing directly to Loopring Layer 2 or Immutable X Layer 2.

• Store all your Ethereum-based assets in one secure place (ETH, ERC-20, ERC-721, ERC-1155).

• Send and receive ETH, ERC-20 tokens, and NFTs - to anyone, anywhere, any time. 

• Connect your GameStop Wallet to decentralized apps (dApps) and explore the world of Ethereum - from DeFi to NFT marketplaces.

• Connect your wallet and get started with NFTs on GameStop NFT at https://nft.gamestop.com. 

• Learn about Ethereum, Blockchain, GameStop NFT, and best safety practices.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GameStop Wallet GameStop Wallet
ID pkkjjapmlcncipeecdmlhaipahfdphkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gamestop-wallet/pkkjjapmlcncipeecdmlhaipahfdphkd
คำอธิบาย GameStop Wallet
ขนาดไฟล์ 6.2 MB
จำนวนการติดตั้ง 70,955
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2022-05-22
คะแนน 4.99/5 รวมทั้งหมด 4343 คะแนน
ผู้พัฒนา GameStop
อีเมล [email protected]
เว็บไซต์ส่วนขยาย https://wallet.gamestop.com
URL หน้าช่วยเหลือ https://support.blockchain.gamestop.com
URL หน้านโยบายความเป็นส่วนตัว https://wallet.gamestop.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GameStop Wallet",
    "description": "GameStop Wallet",
    "version": "1.0.11",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "icons": {
        "16": "icons\/favicon-16.png",
        "32": "icons\/favicon-32.png",
        "48": "icons\/favicon-48.png",
        "64": "icons\/favicon-64.png",
        "128": "icons\/favicon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "GameStop Wallet",
        "default_icon": {
            "16": "icons\/favicon-16.png",
            "32": "icons\/favicon-32.png",
            "48": "icons\/favicon-48.png",
            "64": "icons\/favicon-64.png",
            "128": "icons\/favicon-128.png"
        }
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "contentscript\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage\/index.js",
                "\/icons\/wallet-logo-squared.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}