Bitvavo Darker
Turns the bitvavo main dashboard into a nice dark theme.
Bitvavo Darkerとは何ですか?
Bitvavo Darkerはantmaster2001によって開発されたChromeの拡張機能で、その主な機能は「Turns the bitvavo main dashboard into a nice dark theme.」です。
拡張機能のスクリーンショット
Bitvavo Darker拡張機能のCRXファイルをダウンロード
Bitvavo Darker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | Bitvavo Darker |
ID | onmgeopeamjlblpjlkleilnbclfdnkol |
公式URL | https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol |
説明 | Turns the bitvavo main dashboard into a nice dark theme. |
ファイルサイズ | 197 KB |
インストール数 | 261 |
現在のバージョン | 2.1.1.0 |
最終更新日 | 2022-01-06 |
公開日 | 2021-03-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | antmaster2001 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/antmaster2001/Bitvavo-Darker |
ヘルプページのURL | https://github.com/antmaster2001/Bitvavo-Darker |
対応言語 | 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" } ] } |