Bitvavo Darker
Turns the bitvavo main dashboard into a nice dark theme.
Cos'è Bitvavo Darker?
Bitvavo Darker è un'estensione di Chrome sviluppata da antmaster2001, e la sua funzione principale è "Turns the bitvavo main dashboard into a nice dark theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitvavo Darker
Scarica i file di estensione Bitvavo Darker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Bitvavo Darker |
ID | onmgeopeamjlblpjlkleilnbclfdnkol |
URL Ufficiale | https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol |
Descrizione | Turns the bitvavo main dashboard into a nice dark theme. |
Dimensione del File | 197 KB |
Conteggio Installazioni | 261 |
Versione Corrente | 2.1.1.0 |
Ultimo Aggiornamento | 2022-01-06 |
Data di Pubblicazione | 2021-03-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | antmaster2001 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/antmaster2001/Bitvavo-Darker |
URL della Pagina di Aiuto | https://github.com/antmaster2001/Bitvavo-Darker |
Lingue Supportate | 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" } ] } |