Dark Theme

With this extension you can enable dark mode on popular websites

Dark Themeคืออะไร?

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

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

screenshot

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

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

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

                        This superb app for Chrome browser will switch a dark mode on all the websites. If you`re already tired of default websites outlook then you should definitely check this out. Just click the extension icon to enable / disable the theme for websites. What to change something in your browser? Dark theme extension will change Youtube, VK, Facebook and Google design. It`s also known to be pretty useful tool to sooth your eyes after long working day behind the screen. This is a great tool to make your browser look stylish. Meet this cool dark theme for your Chrome browser that can be applied to every website. You don`t have to make any adjustments in this app. Darken all websites for every website in one click. You can also add certain sites to the list and they`ll be ignored and the app won`t apply a dark mode to them. You no longer need to open settings to darken all sites every time you open new website - only one application provides awesome black theme on every new tab or website. Extension has no hidden scripts to mess with your device or steal your personal data. It`s a simple, absolutely free and reliable extension for chrome browser. Protect your eyes and get a cool looking browser just in one click. No doubts you`ll find the dark mode extension pretty useful and won`t be disappointed.                    

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

ชื่อ Dark Theme Dark Theme
ID lbcmipllioholboogdpghhfoflobacfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-theme/lbcmipllioholboogdpghhfoflobacfo
คำอธิบาย With this extension you can enable dark mode on popular websites
ขนาดไฟล์ 266 KB
จำนวนการติดตั้ง 858
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-01-20
วันที่เผยแพร่ 2021-02-10
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา sejkinivan362
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,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",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Theme",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "window.html",
        "default_icon": "icon.png"
    },
    "background": {
        "page": "side.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "insider.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}