Smart Dark Mode

Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.

Smart Dark Modeคืออะไร?

Smart Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ndaesik และคุณลักษณะหลักของมันคือ "Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites."

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

screenshot

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

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

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

                        - All elements are displayed normally.
- The script is light.
- Dark pages do not convert.
- Easy to add/remove filters.                    

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

ชื่อ Smart Dark Mode Smart Dark Mode
ID mpdjakileikddgilaegaijhmfhendcji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-dark-mode/mpdjakileikddgilaegaijhmfhendcji
คำอธิบาย Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.
ขนาดไฟล์ 41.16 KB
จำนวนการติดตั้ง 226
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-05-31
วันที่เผยแพร่ 2022-05-31
ผู้พัฒนา ndaesik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,cs,sr,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "content_scripts\/css.css"
            ],
            "js": [
                "content_scripts\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}