Care your Eyes

Change the page's background color to the reseda or night mode and you can click a block to make it changing color.

O que é Care your Eyes?

Care your Eyes é uma extensão do Chrome desenvolvida por neverdie2023, e sua principal característica é "Change the page's background color to the reseda or night mode and you can click a block to make it changing color.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Care your Eyes

Baixe arquivos de extensão Care your Eyes 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

                        Change a webpage's background color to reseda or night mode to protect your eyes from intensity of white or other lightness color.

You can custom the setting of which webpage element's background image and font color by yourself.

You can right click to change some block's color, and you can disabled or enabled the function by context menu.

You can custom the BG color and the font color by yourself

You can disable the extension in all the webpages of one site                    

Informações Básicas da Extensão

Nome Care your Eyes Care your Eyes
ID fidmpnedniahpnkeomejhnepmbdamlhl
URL Oficial https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl
Descrição Change the page's background color to the reseda or night mode and you can click a block to make it changing color.
Tamanho do Arquivo 291 KB
Contagem de Instalações 148,305
Versão Atual 7.1.17
Última Atualização 2023-05-13
Data de Publicação 2020-04-22
Classificação 4.31/5 Total de 1430 Avaliações
Desenvolvedor neverdie2023
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/random-number-extension/home
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "7.1.17",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/tjs.sjs.sinajs.cn\/",
        "notifications",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/glasses16.png",
        "48": "images\/glasses48.png",
        "128": "images\/glasses128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/glasses32.png",
            "38": "images\/glasses32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/night-mode.css"
            ],
            "js": [
                "js\/inject0.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}