Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Vad är Bitwallet?
Bitwallet är en Chrome-tillägg utvecklad av https://beimagine.tech, och dess huvudfunktion är "Bit Wallet enables users to sign in and use decentralized applications securely.".
Tilläggsskärmbilder
Ladda ner Bitwallet-förlängningens CRX-fil
Ladda ner Bitwallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Bit Wallet enables users to sign in and use decentralized applications securely. Grundläggande Information om Tillägg
| Namn | |
| ID | ddphokhghjkekfdoddpeffdpojdofcan |
| Officiell webbadress | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
| Beskrivning | Bit Wallet enables users to sign in and use decentralized applications securely. |
| Filstorlek | 7.57 MB |
| Antal Installationer | 103 |
| Aktuell Version | 4.3 |
| Senast Uppdaterad | 2023-11-27 |
| Publiceringsdatum | 2022-11-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://beimagine.tech |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.bitmemoir.com/ |
| Hjälpsida URL | https://www.bitmemoir.com/#/privacypolicy |
| Stödda Språk | 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"
}
} | |