DolphinWallet
A crypto wallet & gateway to blockchain apps
Was ist DolphinWallet?
DolphinWallet ist eine Chrome-Erweiterung, die von DolphinWallet entwickelt wurde, und ihr Hauptmerkmal ist "A crypto wallet & gateway to blockchain apps".
Erweiterungsscreenshots
DolphinWallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie DolphinWallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gekjhaddepfgmofdffofpooldboochdj |
| Offizielle URL | https://chromewebstore.google.com/detail/dolphinwallet/gekjhaddepfgmofdffofpooldboochdj |
| Beschreibung | A crypto wallet & gateway to blockchain apps |
| Dateigröße | 8.67 MB |
| Installationsanzahl | 2,118 |
| Aktuelle Version | 1.0.14 |
| Letztes Update | 2023-11-15 |
| Veröffentlichungsdatum | 2022-07-14 |
| Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
| Entwickler | DolphinWallet |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://dolphinwallet.io/ |
| Hilfeseite URL | https://dolphinwallet.io/frequently-asked-questions/ |
| URL der Datenschutzrichtlinien-Seite | https://dolphinwallet.io/privacy-policy |
| Unterstützte Sprachen | 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\/*"
]
}
} | |