DolphinWallet
A crypto wallet & gateway to blockchain apps
什麼是DolphinWallet?
DolphinWallet是由DolphinWallet開發的Chrome擴展程式,該擴展的主要功能是“A crypto wallet & gateway to blockchain apps”。
擴展截圖
下載DolphinWallet擴展crx文件
下載DolphinWallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Dolpin Wallet is an multi chain crypto decentralized wallet which support Ethereum and Tron network. Main function: Manage and store user's crypto assets; Send and receive ETH, ERC20, TRX, TRC10 and TRC20 tokens; Integrate smart contract or interact with dapp; Dolpin Wallet will be continuously upgrade to bring users the latest and most secure encrypted crypto wallet. Official website link(iOS/Android download link): https://www.dolphinwallet.io Contact Dolpin Wallet: Official Twitter: https://twitter.com/dolphinwallet
擴展基本資訊
名稱 | DolphinWallet |
ID | gekjhaddepfgmofdffofpooldboochdj |
官方網址 | https://chromewebstore.google.com/detail/dolphinwallet/gekjhaddepfgmofdffofpooldboochdj |
簡介 | A crypto wallet & gateway to blockchain apps |
檔案大小 | 8.67 MB |
安裝次數 | 2,118 |
目前版本 | 1.0.14 |
更新時間 | 2023-11-15 |
上架時間 | 2022-07-14 |
評分 | 4.64/5 共 11 次評分 |
開發者 | DolphinWallet |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://dolphinwallet.io/ |
說明頁面URL | https://dolphinwallet.io/frequently-asked-questions/ |
隱私政策頁面URL | https://dolphinwallet.io/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DolphinWallet", "manifest_version": 3, "version": "1.0.14", "description": "A crypto wallet & gateway to blockchain apps", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "notifications", "alarms", "scripting", "storage" ], "action": { "default_title": "", "default_icon": "logo.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'unsafe-inline'" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/cryptoxpay.com\/*", "*:\/\/*.cryptoxpay.com\/*", "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.dw.landing.aofanli.com\/*", "*:\/\/*.dolphindigitgroup.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/cryptoxpay.com\/*", "*:\/\/*.cryptoxpay.com\/*", "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.dw.landing.aofanli.com\/*", "*:\/\/*.dolphindigitgroup.com\/*" ] } ], "host_permissions": [ "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/cryptoxpay.com\/*", "*:\/\/*.cryptoxpay.com\/*", "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.dw.landing.aofanli.com\/*", "*:\/\/*.dolphindigitgroup.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*", "*:\/\/cryptoxpay.com\/*", "*:\/\/*.cryptoxpay.com\/*", "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*", "*:\/\/*.dw.landing.aofanli.com\/*", "*:\/\/*.dolphindigitgroup.com\/*" ] } } |