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是由grunbaster開發的Chrome擴展程式,該擴展的主要功能是“Dark mode Facebook is an easy way to make your Facebook surfing in the dark more comfortable.”。

擴展截圖

screenshot

下載Dark Mode for Facebook擴展crx文件

下載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
官方網址 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"
    ]
}