Dark Mode

With this extension you can enable dark mode on popular websites

ما هو Dark Mode؟

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

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

screenshot

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

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

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

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

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

الاسم Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
الوصف With this extension you can enable dark mode on popular websites
حجم الملف 263 KB
عدد التثبيتات 2,349
النسخة الحالية 2.0
آخر تحديث 2023-03-02
تاريخ النشر 2021-03-06
تقييم 2.92/5 مجموع تقييمات 12
المطور xjgshwhd882
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
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": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}