Dark Mode for Chrome

Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.

ما هو Dark Mode for Chrome؟

Dark Mode for Chrome هو إضافة Chrome تم تطويرها بواسطة whiskytinkey، والميزة الرئيسية لها هي "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.".

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

screenshot
screenshot

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

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

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

                        "Dark Mode for Chrome" is a browser extension (plugin) for Google Chrome, which is designed to change the color scheme of your browser and web pages to dark mode. This plug-in can be especially useful at night or in low light conditions, when the bright white background of web pages and browser interfaces can be annoying or uncomfortable for the eyes.                    

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

الاسم Dark Mode for Chrome Dark Mode for Chrome
ID ebicpcgpphapkikpnijepngcchnpmbao
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-mode-for-chrome/ebicpcgpphapkikpnijepngcchnpmbao
الوصف Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
حجم الملف 257 KB
عدد التثبيتات 247
النسخة الحالية 0.1.2
آخر تحديث 2023-10-11
تاريخ النشر 2023-09-10
تقييم 5.00/5 مجموع تقييمات 2
المطور whiskytinkey
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "0.1.2",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "alarms"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Dark Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/content_script\/custom\/*",
                "data\/content_script\/general\/*",
                "data\/content_script\/page_context\/mainContentScript.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "css": [
                "data\/content_script\/mainContentScript.css"
            ],
            "js": [
                "data\/rules\/rules.js",
                "data\/content_script\/mainContentScript.js",
                "data\/content_script\/vendor\/tinycolor.js",
                "data\/content_script\/resources\/native.js"
            ]
        }
    ]
}