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 هو إضافة Chrome تم تطويرها بواسطة ali، والميزة الرئيسية لها هي "Night mode for Aliexpress protects your eyes, making the colors on the site Ali en more pleasant for night shopping".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Night mode for Aliexpress

قم بتنزيل ملفات الامتداد Night mode for Aliexpress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}