Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

O que é Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. é uma extensão do Chrome desenvolvida por Agency Enterprise, e sua principal característica é "Simply drag a slider to dim every single website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dim the Internet - Turn down the brightness.

Baixe arquivos de extensão Dim the Internet - Turn down the brightness. 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

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

Informações Básicas da Extensão

Nome Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
URL Oficial https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Descrição Simply drag a slider to dim every single website.
Tamanho do Arquivo 7.41 KB
Contagem de Instalações 56
Versão Atual 1.0
Última Atualização 2022-03-18
Data de Publicação 2022-03-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Agency Enterprise
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ae.studio/same-day-skunkworks
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}