Bitvavo Darker

Turns the bitvavo main dashboard into a nice dark theme.

O que é Bitvavo Darker?

Bitvavo Darker é uma extensão do Chrome desenvolvida por antmaster2001, e sua principal característica é "Turns the bitvavo main dashboard into a nice dark theme.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bitvavo Darker

Baixe arquivos de extensão Bitvavo Darker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Bitvavo Darker Bitvavo Darker
ID onmgeopeamjlblpjlkleilnbclfdnkol
URL Oficial https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol
Descrição Turns the bitvavo main dashboard into a nice dark theme.
Tamanho do Arquivo 197 KB
Contagem de Instalações 261
Versão Atual 2.1.1.0
Última Atualização 2022-01-06
Data de Publicação 2021-03-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor antmaster2001
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/antmaster2001/Bitvavo-Darker
URL da Página de Ajuda https://github.com/antmaster2001/Bitvavo-Darker
Idiomas Suportados 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"
        }
    ]
}