Dark Display

Dark Display is an extension that helps you switch quickly your websites (browser) to dark mode. The dark mode eliminates the load…

O que é Dark Display?

Dark Display é uma extensão do Chrome desenvolvida por kennycooper800, e sua principal característica é "Dark Display is an extension that helps you switch quickly your websites (browser) to dark mode. The dark mode eliminates the load…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark Display

Baixe arquivos de extensão Dark Display no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Dark Display is an extension that helps you switch quickly your websites (browser) to dark mode.

The dark mode eliminates the load on your eyes, replacing the white screen with a classic dark theme. 
From now on, you can protect your eyes when browsing the web by using Dark  Display. 
Dark Display extension can darken almost all websites. 

Switching your browser to dark mode enables your screen to match the ambient light levels around you and doesn't strain your eyes.

Toolbar button serves as an ON/OFF switch which enables you easily turn on the dark mode or turn it off. 

Install the extension to evaluate the benefits of Dark Display.

Contact us! Show support or leave your comments at: [email protected]


Visit our site to learn more and get our latest updates and news:

https://darkdisplay.net/                    

Informações Básicas da Extensão

Nome Dark Display Dark Display
ID ncgcbkjoeegkgkgdpjjodikccmdedklc
URL Oficial https://chrome.google.com/webstore/detail/dark-display/ncgcbkjoeegkgkgdpjjodikccmdedklc
Descrição Dark Display is an extension that helps you switch quickly your websites (browser) to dark mode. The dark mode eliminates the load…
Tamanho do Arquivo 132 KB
Contagem de Instalações 549
Versão Atual 1.0.0.50
Última Atualização 2022-04-19
Data de Publicação 2022-04-14
Desenvolvedor kennycooper800
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://darkdisplay.net/
URL da Página de Ajuda https://darkdisplay.net/site/pages/contact_us
URL da Página de Política de Privacidade https://darkdisplay.net/site/pages/privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Dark Display",
    "default_locale": "en",
    "version": "1.0.0.50",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "darkmode16.png"
        },
        "default_title": "Toggle Dark Mode"
    }
}