Dark Theme

Dark Theme for every websites - Dark mode web. Dark theme for night readers.

O que é Dark Theme?

Dark Theme é uma extensão do Chrome desenvolvida por gitfreext, e sua principal característica é "Dark Theme for every websites - Dark mode web. Dark theme for night readers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Theme

Baixe arquivos de extensão Dark Theme 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 Theme makes easier to read at night. Dark mode for every website. Use dark theme and take care of your eyes.

Click to icon of Dark Theme extension for dark reader - On
Again click to icon for disable dark mode - Off

Dark web for everybody. Enjoy the night!                    

Informações Básicas da Extensão

Nome Dark Theme Dark Theme
ID iofacgofnoffpinjjllfalnjcmmagpfk
URL Oficial https://chrome.google.com/webstore/detail/dark-theme/iofacgofnoffpinjjllfalnjcmmagpfk
Descrição Dark Theme for every websites - Dark mode web. Dark theme for night readers.
Tamanho do Arquivo 268 KB
Contagem de Instalações 2,000
Versão Atual 1.0.0
Última Atualização 2020-09-05
Data de Publicação 2020-09-05
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor gitfreext
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.smart-finder.net/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Theme",
    "short_name": "Dark Theme",
    "description": "Dark Theme for every websites - Dark mode web. Dark theme for night readers.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Click to switch modes",
        "default_icon": "icons\/night256.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/night128.png",
        "64": "icons\/night64.png",
        "48": "icons\/night48.png",
        "16": "icons\/night16.png"
    },
    "options_page": "options\/index.html",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "match_about_blank": true,
            "css": [
                "stylesheets\/dummy.css"
            ],
            "run_at": "document_start"
        }
    ]
}