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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |