Dark Mode

Turn on dark mode on popular sites.

ما هو Dark Mode؟

Dark Mode هو إضافة Chrome تم تطويرها بواسطة kotov.nikita284، والميزة الرئيسية لها هي "Turn on dark mode on popular sites.".

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

screenshot

تحميل ملف CRX للإضافة Dark Mode

قم بتنزيل ملفات الامتداد Dark Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Meet new classic dark mode for chrome browser. Application allows darken all websites just in one click. If you`re already tired of default websites outlook then you should definitely check this out. Need some changes in your browsing? Dark mode will change Youtube, VK, Facebook and Google design.
Dark mode will also protect your eyes, which get tired from bright default design. When the dark theme is on it reliefs the stress at night time and your eyes will feel better. This extension switches default design of social networks, websites and other resources to classic dark theme. 
Instructions are pretty simple – if you want to enable\disable dark theme you should:
Click on icon located in right-upper corner in Chrome browser
Select from the pop-up window the resource you want to switch to dark theme - Youtube, Facebook, Google etc.
You`ll see a great improvement after installing our new and absolutely free extension. Extension has no hidden scripts to mess with your device or steal your personal data. It just allows you to darken all sites you need in simple manner. If you have a comment or request then feel free to leave it in the comments below.                    

معلومات أساسية عن التمديد

الاسم Dark Mode Dark Mode
ID nmmmpllghdhljkmhnbmgcdcnoklnlhhb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dark-mode/nmmmpllghdhljkmhnbmgcdcnoklnlhhb
الوصف Turn on dark mode on popular sites.
حجم الملف 335 KB
عدد التثبيتات 1,000
النسخة الحالية 1.4
آخر تحديث 2022-10-18
تاريخ النشر 2021-04-15
تقييم 1.00/5 مجموع تقييمات 5
المطور kotov.nikita284
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "Turn on dark mode on popular sites.",
    "icons": {
        "128": "zizimana.png"
    },
    "version": "1.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "pronda.html",
        "default_icon": "zizimana.png"
    },
    "background": {
        "scripts": [
            "cfora\/pistrfa\/bibata.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "jquery.js",
                "cfora\/pistrfa\/corapta.js",
                "cfora\/pistrfa\/astrafa\/lavaba.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}