Night mode for Aliexpress

Night mode for Aliexpress protects your eyes, making the colors on the site Ali en more pleasant for night shopping

Night mode for Aliexpress란 무엇입니까?

Night mode for Aliexpress은(는) ali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Night mode for Aliexpress protects your eyes, making the colors on the site Ali en more pleasant for night shopping"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Night mode for Aliexpress 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Night mode for Aliexpress com English protects your eyes by changing the site's colors to darker and more pleasant for night shopping. Night mode has soft dark shades does not strain your eyes and allows you to enjoy shopping on aliexpress.com. It will be useful if you often make purchases, if you strain your eyes to view reviews, prices, descriptions and other text. The theme is activated by clicking on the icon, it works on all pages of the Aliexpress website. If you wish, you can turn off the dark theme by clicking on the icon again.

If you usually buy on Ali at night, please note that in the dark the brightness of the monitor is harmful to your eyes. Especially with a long pastime behind a white screen in a dark room, your body loses normal sleep. Since your eyes get an extra share of bright light. To avoid this - use Night mode for Aliexpress English. Our application for Ali will relieve your eyes and help you sleep more easily after working at the computer.

Aliexpress is owned by the Alibaba Group, which also owns such popular Chinese resources as alibaba.com, taobao.com and others. This is an independent project developed by an independent developer and not affiliated with Aliexpress. We will be slaves to listen to your suggestions for improving the topic for Ali.                    

확장 프로그램 기본 정보

이름 Night mode for Aliexpress Night mode for Aliexpress
ID cnfjjjccgdhpmagdikdfdoamffinllog
공식 URL https://chromewebstore.google.com/detail/night-mode-for-aliexpress/cnfjjjccgdhpmagdikdfdoamffinllog
설명 Night mode for Aliexpress protects your eyes, making the colors on the site Ali en more pleasant for night shopping
파일 크기 31.79 KB
설치 횟수 5,262
현재 버전 0.0.52
최근 업데이트 2020-04-07
출시 날짜 2020-04-06
평점 3.60/5 총 15 개의 평점
개발자 ali
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,pl,pt-PT,ru,zh-CN
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.52",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alicdn.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alicdn.com\/*"
    ],
    "icons": {
        "128": "logo.png"
    }
}