DarkMode

Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme

DarkMode란 무엇입니까?

DarkMode은(는) as simple as robot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DarkMode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark Theme for all websites in Chrome browser

Social networks, mainstream sites and all other New Tabs will be all together covered into black colors. 

No more needs to open settings one by one for different websites - just one app brings black theme across the whole net.                    

확장 프로그램 기본 정보

이름 DarkMode DarkMode
ID kambhdjepahhfmianbjpfkoapoffaodo
공식 URL https://chrome.google.com/webstore/detail/darkmode/kambhdjepahhfmianbjpfkoapoffaodo
설명 Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme
파일 크기 343 KB
설치 횟수 39
현재 버전 0.0.2
최근 업데이트 2021-07-22
출시 날짜 2021-07-08
개발자 as simple as robot
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://extilywa.online/privacy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "\/js\/background.js",
            "background-min.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/dark\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/css\/inject.css"
            ],
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/js\/inject_css.js",
                "content-min.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "DarkMode",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "web_accessible_resources": [
        "\/css\/custom\/*.css",
        "\/css\/general\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';"
}