Gloom Dark Mode

Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way

Gloom Dark Mode란 무엇입니까?

Gloom Dark Mode은(는) Indiana Nelson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        🌙✨ Brand New! Gloom Dark Mode ✨🌙

Transform your browsing experience with Gloom Dark Mode, the ultimate browser extension that effortlessly enables dark mode on every website, just the way you like it! 😎💻

🌗 Dark Mode for All Websites 🌗
Say goodbye to eye strain and hello to a sleek, stylish interface. Gloom Dark Mode brings the soothing power of dark mode to every website you visit, enhancing readability and reducing eye fatigue. 📚👀

🚫 Blacklist Websites from Dark Mode 🚫
We understand that some websites are better left in the light. With Gloom Dark Mode, you have the freedom to personalize your browsing experience by blacklisting specific websites from dark mode. Customize your preferences and switch seamlessly between light and dark modes as you navigate the web. ⚙️🌓

⏱️ We Keep Up with Web Changes, Reliable ⏱️
Gloom Dark Mode stays up to date with the ever-evolving web landscape, ensuring a reliable dark mode experience across various websites. You can trust our extension to adapt to changes in website designs, keeping your browsing consistent and hassle-free. 🔄🌐

Upgrade your browsing experience today with Gloom Dark Mode! Embrace the dark side and enjoy a visually stunning and comfortable web experience like never before. Get ready to discover a whole new dimension of browsing! 🌌🚀

🔥 Download Gloom Dark Mode now and see the web in a whole new light, or rather, darkness! 🔥                    

확장 프로그램 기본 정보

이름 Gloom Dark Mode Gloom Dark Mode
ID ioleaeachefbknoefhkbhijdhakaepcb
공식 URL https://chromewebstore.google.com/detail/gloom-dark-mode/ioleaeachefbknoefhkbhijdhakaepcb
설명 Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way
파일 크기 405 KB
설치 횟수 1,676,288
현재 버전 1.0.1
최근 업데이트 2023-07-18
출시 날짜 2023-07-02
평점 4.38/5 총 29 개의 평점
개발자 Indiana Nelson
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vTihml4MPadQYIBYNdz2mU7QXIIyQOG3PD4njIWjNz5V_5VBiT6Rb2d8sKzbfJIMa607dpAV8H5uAXp/pub
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Awesome Dark mode",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}