Dark Mode - Dark Reader for Chrome

Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme.

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

Dark Mode - Dark Reader for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://darkpages.net และคุณลักษณะหลักของมันคือ "Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme."

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

screenshot
screenshot
screenshot

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

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

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

                        Dark mode for Chrome can turn the dark theme on any website. Now surfing the Internet is more comfortable, as your eyes will feel much better! Apart from this, your browsing experience will be more stylish.

Features of the extension:

- Completely free, no in-app purchases.
- You can turn on dark mode for any website.
- You can install the plugin with one click.
- The plugin is small, it does not make your computer slower.

Our eyes perceive the dark theme better at night or indoors with poor lighting. It also just looks cool. This design is completely sleek and minimalist. Works on the toggle button in the upper right corner. It's so easy to switch from day to night mode.

The dark mode is an extension that helps you quickly turn the screen (browser) to dark at night time. Social networks, mainstream sites, and all other websites will be all together covered in black colors.                    

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

ชื่อ Dark Mode - Dark Reader for Chrome Dark Mode - Dark Reader for Chrome
ID eiionlappbmidcpaabhepkipldnopcch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-dark-reader-for/eiionlappbmidcpaabhepkipldnopcch
คำอธิบาย Simple dark mode for Google Chrome. Switch all websites to dark mode as desired. Take care of your eyes by the night theme.
ขนาดไฟล์ 399 KB
จำนวนการติดตั้ง 59,209
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2022-12-22
คะแนน 4.48/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://darkpages.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://darkpages.net/
URL หน้านโยบายความเป็นส่วนตัว https://darkpages.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.3",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/logo-turn-on-32.png",
        "64": "assets\/static\/logo-turn-on-64.png",
        "128": "assets\/static\/logo-turn-on-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dark-mode-content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}