Phantom
A crypto wallet reimagined for DeFi & NFTs
Phantomคืออะไร?
Phantom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phantom.app และคุณลักษณะหลักของมันคือ "A crypto wallet reimagined for DeFi & NFTs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phantom
ดาวน์โหลดไฟล์ส่วนขยาย Phantom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Phantom is your trusted companion for web3. Our multichain wallet helps you explore web3, use apps, and buy, store, and trade crypto and NFTs across Solana, Ethereum, and Polygon. It’s easy, safe, and fun. For everyone. Keeps everything in one place - Use multiple chains with one wallet. No manually switching networks. - Seamlessly access the largest NFT marketplaces. - View and showcase your NFT collection. - Monitor all activity with detailed transaction history and notifications. - No limits on tokens, balances, or transactions. Powerful tools made for everyone - Do more with your NFTs – pin, hide, burn and list all from within your wallet. - Swap tokens super fast and at low fees. - Store, stake, and earn rewards with your tokens. - Easily list your NFTs on NFT marketplaces directly from Phantom. - Purchase crypto from over 7 sources including card and bank transfer. Best-in-class Security - As a self-custodial wallet, you have full control of your funds. We never have access. - Private by design. No name, email, or phone number required. - Scam detection flags malicious transactions instantly. - Connect your Ledger for added security. - Our global support team are here for you 24/7. Download Phantom to start exploring web3 today.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Phantom |
ID | bfnaelmomeimhlpmgjnjophhpkkoljpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa |
คำอธิบาย | A crypto wallet reimagined for DeFi & NFTs |
ขนาดไฟล์ | 11.08 MB |
จำนวนการติดตั้ง | 3,137,152 |
เวอร์ชันปัจจุบัน | 24.3.0 |
อัปเดตครั้งล่าสุด | 2024-02-27 |
วันที่เผยแพร่ | 2021-06-24 |
คะแนน | 4.24/5 รวมทั้งหมด 779 คะแนน |
ผู้พัฒนา | https://phantom.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.phantom.app/ |
URL หน้าช่วยเหลือ | https://help.phantom.app/ |
URL หน้านโยบายความเป็นส่วนตัว | https://phantom.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Phantom", "description": "A crypto wallet reimagined for DeFi & NFTs", "version": "24.3.0", "browser_action": { "default_popup": "popup.html", "default_title": "Phantom" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "512": "icon512.png" }, "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "activeTab", "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "fonts\/*", "ethAlwaysAsk.js", "ethUseMetaMask.js", "ethUsePhantom.js" ], "background": { "scripts": [ "background\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script\/contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+P", "mac": "Alt+Shift+P", "chromeos": "Alt+Shift+P", "linux": "Alt+Shift+P" } } } } |