Black theme for Ebay

The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay.

Black theme for Ebay란 무엇입니까?

Black theme for Ebay은(는) ali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay."입니다.

확장 프로그램 스크린샷

screenshot

Black theme for Ebay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you often buy or sell on Ebay, spend a lot of time on this site, then a dark theme can help reduce eye strain by changing the site's colors to be more pleasant to work with.

Dark Theme for Ebay can be turned on / off by clicking on the extension icon.

This is an independent project developed by narezkatut and not affiliated with Ebay.                    

확장 프로그램 기본 정보

이름 Black theme for Ebay Black theme for Ebay
ID jnhgnoijemmehpdmdcdcgjkkfhbbjnkc
공식 URL https://chromewebstore.google.com/detail/black-theme-for-ebay/jnhgnoijemmehpdmdcdcgjkkfhbbjnkc
설명 The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay.
파일 크기 42.47 KB
설치 횟수 9,316
현재 버전 0.0.15
최근 업데이트 2021-09-07
출시 날짜 2020-02-25
평점 2.11/5 총 38 개의 평점
개발자 ali
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.15",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.ua\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.vn\/*",
                "*:\/\/*.ebay.ch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.com.ua\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.be\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.com.hk\/*",
        "*:\/\/*.ebay.in\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.com.my\/*",
        "*:\/\/*.ebay.ph\/*",
        "*:\/\/*.ebay.nl\/*",
        "*:\/\/*.ebay.pl\/*",
        "*:\/\/*.ebay.com.sg\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.ch\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.vn\/*",
        "*:\/\/*.ebay.ch\/*"
    ],
    "icons": {
        "48": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}