Black theme for Amazon

The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.

O que é Black theme for Amazon?

Black theme for Amazon é uma extensão do Chrome desenvolvida por FreeVideo, e sua principal característica é "The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Black theme for Amazon

Baixe arquivos de extensão Black theme for Amazon 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

                        The black Amazon theme protects your eyes by changing the Amazon background to a dark one.
The Amazon Dark Theme automatically sets the dark theme for all Amazon pages. 
The dark Amazon theme protects your eyes. Convenient to use in poor light or dark.

The dark theme for Amazon is turned on / off by clicking on the extension icon.

Amazon is a trademark of Amazon Inc., registered in the United States and other countries. This is an independent project developed by grunbaster and not related to Amazon or Amazon Inc.                    

Informações Básicas da Extensão

Nome Black theme for Amazon Black theme for Amazon
ID fkojelfjjlmjcdlgldmkfhkbbdgbkejn
URL Oficial https://chromewebstore.google.com/detail/black-theme-for-amazon/fkojelfjjlmjcdlgldmkfhkbbdgbkejn
Descrição The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.
Tamanho do Arquivo 48.93 KB
Contagem de Instalações 1,705
Versão Atual 0.0.9
Última Atualização 2019-10-28
Data de Publicação 2019-10-28
Classificação 2.20/5 Total de 15 Avaliações
Desenvolvedor FreeVideo
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "0.0.9",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.com.br\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.com.br\/*"
    ],
    "web_accessible_resources": [
        "\/theme\/*.css"
    ],
    "icons": {
        "48": "img\/enable.png"
    }
}