Black theme for Amazon

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

Black theme for Amazon란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The black Amazon theme protects your eyes by changing the Amazon background to a dark one.
The Amazon Dark Theme automatically sets the dark theme for all Amazon pages. 
The dark Amazon theme protects your eyes. Convenient to use in poor light or dark.

The dark theme for Amazon is turned on / off by clicking on the extension icon.

Amazon is a trademark of Amazon Inc., registered in the United States and other countries. This is an independent project developed by grunbaster and not related to Amazon or Amazon Inc.                    

확장 프로그램 기본 정보

이름 Black theme for Amazon Black theme for Amazon
ID fkojelfjjlmjcdlgldmkfhkbbdgbkejn
공식 URL https://chromewebstore.google.com/detail/black-theme-for-amazon/fkojelfjjlmjcdlgldmkfhkbbdgbkejn
설명 The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.
파일 크기 48.93 KB
설치 횟수 1,705
현재 버전 0.0.9
최근 업데이트 2019-10-28
출시 날짜 2019-10-28
평점 2.20/5 총 15 개의 평점
개발자 FreeVideo
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "0.0.9",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.com.br\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.com.br\/*"
    ],
    "web_accessible_resources": [
        "\/theme\/*.css"
    ],
    "icons": {
        "48": "img\/enable.png"
    }
}