Bitvavo Darker

Turns the bitvavo main dashboard into a nice dark theme.

Hvad er Bitvavo Darker?

Bitvavo Darker er en Chrome-udvidelse udviklet af antmaster2001, og dens hovedfunktion er "Turns the bitvavo main dashboard into a nice dark theme.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Bitvavo Darker-udvidelses-CRX-fil

Download Bitvavo Darker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Bitvavo Darker Bitvavo Darker
ID onmgeopeamjlblpjlkleilnbclfdnkol
Officiel URL https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol
Beskrivelse Turns the bitvavo main dashboard into a nice dark theme.
Filstørrelse 197 KB
Antal Installationer 261
Nuværende Version 2.1.1.0
Senest Opdateret 2022-01-06
Udgivelsesdato 2021-03-30
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler antmaster2001
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/antmaster2001/Bitvavo-Darker
Hjælpeside-URL https://github.com/antmaster2001/Bitvavo-Darker
Understøttede Sprog 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"
        }
    ]
}