Dark Mode - Dark Theme for Chrome

A classic dark theme for every website. Use dark mode for the night and daily browsing to care for your eyes.

Dark Mode - Dark Theme for Chromeคืออะไร?

Dark Mode - Dark Theme for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dark-mode.net และคุณลักษณะหลักของมันคือ "A classic dark theme for every website. Use dark mode for the night and daily browsing to care for your eyes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode - Dark Theme for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode - Dark Theme for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple click on a button will turn on dark mode for all websites. This dark mode app has an awesome classic design and changes the background color of every website to black. This app for the Chrome browser will switch a dark 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 to a dark theme every time you open a new website - only one application provides an awesome black theme on every website.

If the website has a built-in night theme, you can control it directly from the extension and if it doesn't, we will convert the colors to provide you with a smooth transition to dark mode.

There is also a white-list feature that enables you to exclude a desired domain from the mode. Simply add a domain(s) to the designated area (comma separated) in the options page and the websites will be excluded. 

Download dark mode now in your web browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark Mode - Dark Theme for Chrome Dark Mode - Dark Theme for Chrome
ID okcnidefkngmnodelljeodakdlfemelg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-dark-theme-for/okcnidefkngmnodelljeodakdlfemelg
คำอธิบาย A classic dark theme for every website. Use dark mode for the night and daily browsing to care for your eyes.
ขนาดไฟล์ 883 KB
จำนวนการติดตั้ง 60,553
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2022-12-17
คะแนน 4.52/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://dark-mode.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dark-mode.net/
URL หน้านโยบายความเป็นส่วนตัว https://dark-mode.net/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32-logo-on.png",
        "64": "assets\/static\/64-logo-on.png",
        "128": "assets\/static\/128-logo-on.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dark-mode-content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_page": ".\/options-page.html",
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}