Dark Mode

Switch on Dark Mode for Google Chrome Browser today. 100% Free Protection for your eyes when you are using the computer

ما هو Dark Mode؟

Dark Mode هو إضافة Chrome تم تطويرها بواسطة Cool Apps، والميزة الرئيسية لها هي "Switch on Dark Mode for Google Chrome Browser today. 100% Free Protection for your eyes when you are using the computer".

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

screenshot

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

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

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

                        dark mode for all websites in Google Chrome browser with opportunity to exclude any domain or create a custom theme

Apply all websites in the Google browser into dark theme, such as whatsapp dark mode and facebook dark mode and exclude any domain from black theme for better experience.

It's possible to create your own custom theme with any color you like. Social networks, mainstream sites and all other New Tabs will be all covered into dark colors.
No need to open settings one by one for different websites - just one app which brings dark theme across the whole internet. Turn chrome dark mode and dark mode instagram on with the click of a button.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Dark mode is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

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

الاسم Dark Mode Dark Mode
ID dpjfjjogncmalibegalebgbnfigonomb
عنوان URL الرسمي https://chromewebstore.google.com/detail/dark-mode/dpjfjjogncmalibegalebgbnfigonomb
الوصف Switch on Dark Mode for Google Chrome Browser today. 100% Free Protection for your eyes when you are using the computer
حجم الملف 366 KB
عدد التثبيتات 12,617
النسخة الحالية 3.0.0
آخر تحديث 2022-09-14
تاريخ النشر 2020-04-19
تقييم 3.92/5 مجموع تقييمات 88
المطور Cool Apps
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://audio-editor.freeonlineapps.net/privacy-policy
اللغات المدعومة id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "short_name": "darkmode",
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "templates\/popup.html"
    },
    "homepage_url": "https:\/\/darkmode.freeonlineapps.net\/"
}