Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Co to jest Bitwallet?
Bitwallet to rozszerzenie Chrome opracowane przez https://beimagine.tech, a jego główną funkcją jest „Bit Wallet enables users to sign in and use decentralized applications securely.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bitwallet
Pobierz pliki rozszerzeń Bitwallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Bit Wallet enables users to sign in and use decentralized applications securely.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
Oficjalny URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Opis | Bit Wallet enables users to sign in and use decentralized applications securely. |
Rozmiar pliku | 7.57 MB |
Liczba instalacji | 103 |
Aktualna Wersja | 4.3 |
Ostatnia Aktualizacja | 2023-11-27 |
Data Publikacji | 2022-11-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://beimagine.tech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.bitmemoir.com/ |
Adres URL Strony Pomocy | https://www.bitmemoir.com/#/privacypolicy |
Obsługiwane Języki | 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" } } |