Bitvavo Darker
Turns the bitvavo main dashboard into a nice dark theme.
Wat is Bitvavo Darker?
Bitvavo Darker is een Chrome-extensie ontwikkeld door antmaster2001, en de belangrijkste functie is "Turns the bitvavo main dashboard into a nice dark theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitvavo Darker
Download Bitvavo Darker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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/                     Basisinformatie over de Extensie
| Naam |   |  
| ID | onmgeopeamjlblpjlkleilnbclfdnkol | 
| Officiële URL | https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol | 
| Beschrijving | Turns the bitvavo main dashboard into a nice dark theme. | 
| Bestandsgrootte | 197 KB | 
| Aantal Installaties | 261 | 
| Huidige Versie | 2.1.1.0 | 
| Laatst Bijgewerkt | 2022-01-06 | 
| Publicatiedatum | 2021-03-30 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | antmaster2001 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/antmaster2001/Bitvavo-Darker | 
| Help Pagina-URL | https://github.com/antmaster2001/Bitvavo-Darker | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |