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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bitvavo Darker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
        }
    ]
}