Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Wat is Bitwallet?
Bitwallet is een Chrome-extensie ontwikkeld door https://beimagine.tech, en de belangrijkste functie is "Bit Wallet enables users to sign in and use decentralized applications securely.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitwallet
Download Bitwallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Bit Wallet enables users to sign in and use decentralized applications securely. Basisinformatie over de Extensie
| Naam | |
| ID | ddphokhghjkekfdoddpeffdpojdofcan |
| Officiële URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
| Beschrijving | Bit Wallet enables users to sign in and use decentralized applications securely. |
| Bestandsgrootte | 7.57 MB |
| Aantal Installaties | 103 |
| Huidige Versie | 4.3 |
| Laatst Bijgewerkt | 2023-11-27 |
| Publicatiedatum | 2022-11-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://beimagine.tech |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.bitmemoir.com/ |
| Help Pagina-URL | https://www.bitmemoir.com/#/privacypolicy |
| Ondersteunde Talen | 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"
}
} | |