Bitvavo Darker

Turns the bitvavo main dashboard into a nice dark theme.

Что такое Bitvavo Darker?

Bitvavo Darker - это расширение Chrome, разработанное antmaster2001, и его основная функция - "Turns the bitvavo main dashboard into a nice dark theme.".

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

screenshot
screenshot
screenshot

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

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

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

                        Features:
  - The main crypto account/overview page changed to a darktheme.
  - Advanced button for fast redirect to the "advanced" crypto trading page.

WORRIED?
If you want to know what you're installing, here is the source code:
https://github.com/antmaster2001/Bitvavo-Darker

Bitvavo Darker Chrome Extension doesn't collect/share/care about your data at all.
We only want you to have a good time with your cryptos :)

CONTACT:
For more updates, please stay tuned!
For any ideas/issues - open an issue on 
https://github.com/antmaster2001/Bitvavo-Darker

My personal website:
https://www.antmaster2001.nl/                    

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

Название Bitvavo Darker Bitvavo Darker
ID onmgeopeamjlblpjlkleilnbclfdnkol
Официальный URL https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol
Описание Turns the bitvavo main dashboard into a nice dark theme.
Размер файла 197 KB
Количество установок 261
Текущая Версия 2.1.1.0
Последнее Обновление 2022-01-06
Дата публикации 2021-03-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик antmaster2001
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/antmaster2001/Bitvavo-Darker
URL страницы помощи https://github.com/antmaster2001/Bitvavo-Darker
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitvavo Darker",
    "description": "Turns the bitvavo main dashboard into a nice dark theme.",
    "version": "2.1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/shield.png",
        "48": ".\/img\/shield.png",
        "128": ".\/img\/shield.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/account.bitvavo.com\/*"
            ],
            "css": [
                ".\/src\/styles\/style.css"
            ],
            "exclude_matches": [
                "https:\/\/account.bitvavo.com\/markets\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/account.bitvavo.com\/*"
            ],
            "js": [
                ".\/src\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}