Bitvavo Darker

Turns the bitvavo main dashboard into a nice dark theme.

Bitvavo Darker là gì?

Bitvavo Darker là một tiện ích mở rộng Chrome được phát triển bởi antmaster2001, và tính năng chính của nó là "Turns the bitvavo main dashboard into a nice dark theme.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitvavo Darker

Tải xuống các tệp mở rộng Bitvavo Darker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitvavo Darker Bitvavo Darker
ID onmgeopeamjlblpjlkleilnbclfdnkol
URL Chính Thức https://chromewebstore.google.com/detail/bitvavo-darker/onmgeopeamjlblpjlkleilnbclfdnkol
Mô tả Turns the bitvavo main dashboard into a nice dark theme.
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 2.1.1.0
Cập Nhật Lần Cuối 2022-01-06
Ngày Phát Hành 2021-03-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển antmaster2001
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/antmaster2001/Bitvavo-Darker
URL Trang Trợ Giúp https://github.com/antmaster2001/Bitvavo-Darker
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}