Dark Mode

With this extension you can enable dark mode on popular websites

ما هو Dark Mode؟

Dark Mode هو إضافة Chrome تم تطويرها بواسطة aleksei.dromov، والميزة الرئيسية لها هي "With this extension you can enable dark mode on popular websites".

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

screenshot
screenshot
screenshot

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

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

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

                        If you want to have amazing reliable Dark mode chrome extension, then you should definitely check out our Dark forest extension. The best feature of the app is that you don`t need to install multiple dark mode extension for every popular website, because all of them are here in one extension. You can also add a website to a so called ‘black list’ to have a default design. Dark forest extension has Night shift mode that allows you to enable yellow tint and help your eyes at the nighttime. 
Help us to improve the extension and leave your comment or request.                    

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

الاسم Dark Mode Dark Mode
ID ankbokadcmpmcfndgompccmfcigkhpmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dark-mode/ankbokadcmpmcfndgompccmfcigkhpmp
الوصف With this extension you can enable dark mode on popular websites
حجم الملف 584 KB
عدد التثبيتات 10,000
النسخة الحالية 1.6
آخر تحديث 2021-11-11
تاريخ النشر 2020-12-12
تقييم 2.94/5 مجموع تقييمات 36
المطور aleksei.dromov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "media\/img\/favicon-128.png",
        "48": "media\/img\/favicon-48.png",
        "16": "media\/img\/favicon-16.png"
    },
    "version": "1.6",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "media\/img\/favicon-128.png"
    },
    "background": {
        "scripts": [
            "background\/init.js",
            "js\/chrome.js",
            "js\/context.js",
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/blue_eyes.js",
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/media\/**\/*.css"
    ]
}