Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Was ist Bitwallet?
Bitwallet ist eine Chrome-Erweiterung, die von https://beimagine.tech entwickelt wurde, und ihr Hauptmerkmal ist "Bit Wallet enables users to sign in and use decentralized applications securely.".
Erweiterungsscreenshots
Bitwallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitwallet-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
Bit Wallet enables users to sign in and use decentralized applications securely. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ddphokhghjkekfdoddpeffdpojdofcan |
| Offizielle URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
| Beschreibung | Bit Wallet enables users to sign in and use decentralized applications securely. |
| Dateigröße | 7.57 MB |
| Installationsanzahl | 103 |
| Aktuelle Version | 4.3 |
| Letztes Update | 2023-11-27 |
| Veröffentlichungsdatum | 2022-11-24 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://beimagine.tech |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.bitmemoir.com/ |
| Hilfeseite URL | https://www.bitmemoir.com/#/privacypolicy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bitwallet",
"version": "4.3",
"permissions": [
"activeTab",
"storage",
"background"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"inject-script.js",
"connection-popup.html",
"connection-popup.js",
"password-popup.html",
"password-popup.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |