Ronin Wallet
A wallet for Sky Mavis's Ronin sidechain
Ronin Walletคืออะไร?
Ronin Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skymavis.com และคุณลักษณะหลักของมันคือ "A wallet for Sky Mavis's Ronin sidechain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ronin Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Ronin Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ronin Wallet is your boarding pass to a new digital nation. This extension allows users to play Axie Infinity and other decentralized applications running on Ronin, an Ethereum sidechain built specifically for Blockchain games. Use Ronin Wallet to: - Manage your digital identity and experience 100% true ownership of your assets. - Send transactions without paying expensive gas fees Ronin wallet will be continuously upgraded to introduce a new generation of users to the glorious benefits of Blockchain technology.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ronin Wallet |
ID | fnjhmkhhmkbjkkabndcnnogagogbneec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec |
คำอธิบาย | A wallet for Sky Mavis's Ronin sidechain |
ขนาดไฟล์ | 13.14 MB |
จำนวนการติดตั้ง | 1,575,494 |
เวอร์ชันปัจจุบัน | 1.32.0 |
อัปเดตครั้งล่าสุด | 2024-02-20 |
วันที่เผยแพร่ | 2021-01-28 |
คะแนน | 3.24/5 รวมทั้งหมด 575 คะแนน |
ผู้พัฒนา | https://skymavis.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://skymavis.com/ |
URL หน้าช่วยเหลือ | https://support.axieinfinity.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://cdn.skymavis.com/files/skymavis-privacypolicy.pdf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ronin Wallet", "author": "Sky Mavis Engineering", "version": "1.32.0", "description": "A wallet for Sky Mavis's Ronin sidechain", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "browser-polyfill.js", "background.js", "vendors.js", "lodash.js", "ethereumjs.js", "axieinfinity.js", "ledger.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "browser-polyfill.js", "content-script.js", "vendors.js", "ledger.js", "axieinfinity.js", "ethereumjs.js", "lodash.js" ] }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "trezor-content-script.js" ] } ], "web_accessible_resources": [ "in-page.js", "full-page.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com\/; object-src 'self'", "browser_action": { "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Shift+Alt+R", "mac": "Shift+Alt+R", "chromeos": "Shift+Alt+R", "linux": "Shift+Alt+R" } } }, "permissions": [ "cookies", "storage", "unlimitedStorage", "https:\/\/wallet.roninchain.com\/", "*:\/\/connect.trezor.io\/*", "identity", "activeTab", "tabs" ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "68.0" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg50rr88Yv0XryIMv3BDPLIZxCSDPB8EPx4AauKNkFCrxuznmDSp5jJyfC\/S1GXQK63ZO9PQXKC26y\/OOvua7BsYqNch9ZZ82GTPfV7QLOGdOJAsIHOwQN9oadnlXtheCbmZxrYp8DxP1HBi+\/JF4dqE2rJUkT2KU\/NqH7ay3grQheFLWDwduvs\/lldssYomD3\/Aj8uGfZoFDmX4xOqhIFwJ0q01f8weYX4uN59PyOUo\/lzu8DdX0bRx3qu7y2rmgsnP9bMMQAxZaSFLT2uSzfIJOp\/56EtVRLorgD3dBld23aVdz4qTBXkSoBNXg2sx1JxzJKjnA0pKQ6zGkcIKoTwIDAQAB" } |