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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}