Bitwallet

Bit Wallet enables users to sign in and use decentralized applications securely.

Что такое Bitwallet?

Bitwallet - это расширение Chrome, разработанное https://beimagine.tech, и его основная функция - "Bit Wallet enables users to sign in and use decentralized applications securely.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Bitwallet

Скачайте файлы расширений Bitwallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Bit Wallet enables users to sign in and use decentralized applications securely.                    

Основная информация о расширении

Название Bitwallet Bitwallet
ID ddphokhghjkekfdoddpeffdpojdofcan
Официальный URL https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan
Описание Bit Wallet enables users to sign in and use decentralized applications securely.
Размер файла 7.57 MB
Количество установок 103
Текущая Версия 4.3
Последнее Обновление 2023-11-27
Дата публикации 2022-11-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://beimagine.tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.bitmemoir.com/
URL страницы помощи https://www.bitmemoir.com/#/privacypolicy
Поддерживаемые языки 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"
    }
}