Dark Mode for Facebook

Dark mode Facebook is an easy way to make your Facebook surfing in the dark more comfortable.

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

Dark Mode for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grunbaster และคุณลักษณะหลักของมันคือ "Dark mode Facebook is an easy way to make your Facebook surfing in the dark more comfortable."

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

screenshot

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

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

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

                        Dark Mode Facebook is easy to use. To enable the extension, just click on the extension icon.

Dark Mode for Facebook protects your eyes by changing the site background to a dark one.
The extension automatically sets the dark theme for all Facebook pages. The dark mode protects your eyes. Convenient to use in poor light or dark.

The extension makes the pages not completely black, it makes the pages dark, which means less contrast, which is better for the eyes in an unlit room.

This is an independent project developed by Grunbaster and not related to Facebook Inc.                    

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

ชื่อ Dark Mode for Facebook Dark Mode for Facebook
ID hloomoebleihgjfochapcnioggpjbjhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-facebook/hloomoebleihgjfochapcnioggpjbjhe
คำอธิบาย Dark mode Facebook is an easy way to make your Facebook surfing in the dark more comfortable.
ขนาดไฟล์ 43.33 KB
จำนวนการติดตั้ง 2,785
เวอร์ชันปัจจุบัน 0.0.16
อัปเดตครั้งล่าสุด 2021-10-25
วันที่เผยแพร่ 2020-09-28
คะแนน 4.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา grunbaster
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://policy-extension.site/policy_package_tracker.html
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.16",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "48": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}