Dark Mode for Web

Turn on Dark Mode for Web Page. Take care of your eyes, and use a dark theme for the night and daily browsing.

Dark Mode for Webคืออะไร?

Dark Mode for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wayne Price และคุณลักษณะหลักของมันคือ "Turn on Dark Mode for Web Page. Take care of your eyes, and use a dark theme for the night and daily browsing."

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

screenshot
screenshot
screenshot

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

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

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

                        Dark Theme mode automatically shifts the colors of your browser content to warmer end of the color spectrum after dark

This is a fork from the original Night Shift extension without an adtracking library.

Dark Theme and Night Shift automatically shifts the colors of your browser content to warmer end of the color spectrum after dark

⚡ You need to refresh all the tabs, which were opened BEFORE the Night Shift Mode was installed. You can also restart the Chrome to refresh all the tabs at once. Otherwise, Night Shift will work only with the newly opened tabs. 

⚡In accordance with the Chrome Browser policies, Night MOde for Chrome is restricted to work on the Chrome Web Store and Home Page.

Please open any other website (for example, google.com) after installing this extension and check the extension in action.                    

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

ชื่อ Dark Mode for Web Dark Mode for Web
ID pdpfhanekfkeijhemmfbnnjffiblgefi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-web/pdpfhanekfkeijhemmfbnnjffiblgefi
คำอธิบาย Turn on Dark Mode for Web Page. Take care of your eyes, and use a dark theme for the night and daily browsing.
ขนาดไฟล์ 63.12 KB
จำนวนการติดตั้ง 2,691,383
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-12-16
วันที่เผยแพร่ 2021-11-07
คะแนน 4.22/5 รวมทั้งหมด 370 คะแนน
ผู้พัฒนา Wayne Price
อีเมล [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__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png",
            "512": "icons\/512.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ]
}