Bitvavo Darker
Turns the bitvavo main dashboard into a nice dark theme.
Was ist Bitvavo Darker?
Bitvavo Darker ist eine Chrome-Erweiterung, die von antmaster2001 entwickelt wurde, und ihr Hauptmerkmal ist "Turns the bitvavo main dashboard into a nice dark theme.".
Erweiterungsscreenshots
Bitvavo Darker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bitvavo Darker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | Bitvavo Darker |
ID | onmgeopeamjlblpjlkleilnbclfdnkol |
Offizielle URL | https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol |
Beschreibung | Turns the bitvavo main dashboard into a nice dark theme. |
Dateigröße | 197 KB |
Installationsanzahl | 261 |
Aktuelle Version | 2.1.1.0 |
Letztes Update | 2022-01-06 |
Veröffentlichungsdatum | 2021-03-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | antmaster2001 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/antmaster2001/Bitvavo-Darker |
Hilfeseite URL | https://github.com/antmaster2001/Bitvavo-Darker |
Unterstützte Sprachen | 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" } ] } |