Bitvavo Darker
Turns the bitvavo main dashboard into a nice dark theme.
What is Bitvavo Darker?
Bitvavo Darker is a Chrome extension developed by antmaster2001, and its main feature is "Turns the bitvavo main dashboard into a nice dark theme.".
Extension Screenshots
Download Bitvavo Darker Extension CRX File
Download Bitvavo Darker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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/                     Extension Basic Information
| Name |   |  
| ID | onmgeopeamjlblpjlkleilnbclfdnkol | 
| Official URL | https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol | 
| Description | Turns the bitvavo main dashboard into a nice dark theme. | 
| File Size | 197 KB | 
| Installation Count | 261 | 
| Current Version | 2.1.1.0 | 
| Last Updated | 2022-01-06 | 
| Publish Date | 2021-03-30 | 
| Rating | 5.00/5 Total 2 Ratings | 
| Developer | antmaster2001 | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/antmaster2001/Bitvavo-Darker | 
| Help Page URL | https://github.com/antmaster2001/Bitvavo-Darker | 
| Supported Languages | 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"
        }
    ]
}  |  |