Dark Mode

With this extension you can enable dark mode on popular websites

O que é Dark Mode?

Dark Mode é uma extensão do Chrome desenvolvida por xjgshwhd882, e sua principal característica é "With this extension you can enable dark mode on popular websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark Mode

Baixe arquivos de extensão Dark Mode 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

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

Informações Básicas da Extensão

Nome Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
URL Oficial https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
Descrição With this extension you can enable dark mode on popular websites
Tamanho do Arquivo 263 KB
Contagem de Instalações 2,349
Versão Atual 2.0
Última Atualização 2023-03-02
Data de Publicação 2021-03-06
Classificação 2.92/5 Total de 12 Avaliações
Desenvolvedor xjgshwhd882
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}