Dark Mode

With this extension you can enable dark mode on popular websites

Dark Modeคืออะไร?

Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aleksei.dromov และคุณลักษณะหลักของมันคือ "With this extension you can enable dark mode on popular websites"

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

screenshot
screenshot
screenshot

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

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

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

                        If you want to have amazing reliable Dark mode chrome extension, then you should definitely check out our Dark forest extension. The best feature of the app is that you don`t need to install multiple dark mode extension for every popular website, because all of them are here in one extension. You can also add a website to a so called ‘black list’ to have a default design. Dark forest extension has Night shift mode that allows you to enable yellow tint and help your eyes at the nighttime. 
Help us to improve the extension and leave your comment or request.                    

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

ชื่อ Dark Mode Dark Mode
ID ankbokadcmpmcfndgompccmfcigkhpmp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dark-mode/ankbokadcmpmcfndgompccmfcigkhpmp
คำอธิบาย With this extension you can enable dark mode on popular websites
ขนาดไฟล์ 584 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2021-11-11
วันที่เผยแพร่ 2020-12-12
คะแนน 2.94/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา aleksei.dromov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "media\/img\/favicon-128.png",
        "48": "media\/img\/favicon-48.png",
        "16": "media\/img\/favicon-16.png"
    },
    "version": "1.6",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "media\/img\/favicon-128.png"
    },
    "background": {
        "scripts": [
            "background\/init.js",
            "js\/chrome.js",
            "js\/context.js",
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/blue_eyes.js",
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/media\/**\/*.css"
    ]
}