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/ 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
]
} | |