Dark Mode Everywhere

Every website gets a night look, automagically!

Dark Mode Everywhere란 무엇입니까?

Dark Mode Everywhere은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every website gets a night look, automagically!"입니다.

확장 프로그램 스크린샷

screenshot

Dark Mode Everywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turn every webpage into dark mode, reducing eye strain and enhancing your browsing. The most seamless and user-friendly dark theme extension.

🚀 Features
  ⭐️ Automatic dark mode transformation for all websites
  ⭐️ Simple toggle to enable or disable dark mode for the current website
  ⭐️ Activate or deactivate dark mode across all websites at once
  ⭐️ Keyboard shortcuts to turn dark mode on, off, or toggle between them
  ⭐️ Resource-friendly design with minimal impact on browsing speed

🚀 Compatibility
  ⭐️ Built to adapt to a wide variety of websites and webpages
  ⭐️ Continued updates to fix any inconsistencies

🚀 Permissions explained
  ⭐️ "Read and change all your data on the websites you visit": to apply the dark mode to webpages you visit
  ⭐️ "Manage your apps, extensions, and themes": to handle disabling/enabling the extension correctly

Completely free and with no ads

Made with ❤️ by Peta Sittek                    

확장 프로그램 기본 정보

이름 Dark Mode Everywhere Dark Mode Everywhere
ID akannjhnhbfgceibnngofjbnncmelcjg
공식 URL https://chromewebstore.google.com/detail/dark-mode-everywhere/akannjhnhbfgceibnngofjbnncmelcjg
설명 Every website gets a night look, automagically!
파일 크기 32.93 KB
설치 횟수 12,377
현재 버전 1.0.8
최근 업데이트 2023-08-20
출시 날짜 2023-08-19
평점 4.43/5 총 49 개의 평점
개발자 https://petasittek.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.petasittek.com/dark-mode-everywhere/
도움말 페이지 URL https://petasittek.zendesk.com/hc/en-us/requests/new
개인정보 보호 정책 페이지 URL https://www.petasittek.com/chrome-extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Mode Everywhere",
    "description": "Every website gets a night look, automagically!",
    "version": "1.0.8",
    "author": "Peta Sittek",
    "homepage_url": "https:\/\/www.petasittek.com\/dark-mode-everywhere\/",
    "icons": {
        "16": "16.2a24ed1e.png",
        "32": "32.8bc48bc6.png",
        "48": "48.4b62d9a2.png",
        "128": "128.069da7a6.png"
    },
    "action": {
        "default_title": "Dark Mode Everywhere",
        "default_popup": "popup.c1ae1433.html",
        "default_icon": {
            "16": "16.2a24ed1e.png",
            "19": "19.879e6e1c.png",
            "24": "24.25efd3a1.png",
            "32": "32.8bc48bc6.png",
            "38": "38.a5aae98a.png",
            "48": "48.4b62d9a2.png",
            "128": "128.069da7a6.png"
        }
    },
    "background": {
        "service_worker": "service-worker.57e779c2.js"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "description": "Activate the extension"
        },
        "dark-mode-on": {
            "description": "Turn on dark mode"
        },
        "dark-mode-off": {
            "description": "Turn off dark mode"
        },
        "dark-mode-toggle": {
            "description": "Toggle dark mode"
        }
    },
    "permissions": [
        "activeTab",
        "commands",
        "management",
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ]
}