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.

Wat is Black theme for Amazon?

Black theme for Amazon is een Chrome-extensie ontwikkeld door FreeVideo, en de belangrijkste functie is "The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Black theme for Amazon

Download Black theme for Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Black theme for Amazon Black theme for Amazon
ID fkojelfjjlmjcdlgldmkfhkbbdgbkejn
Officiële URL https://chromewebstore.google.com/detail/black-theme-for-amazon/fkojelfjjlmjcdlgldmkfhkbbdgbkejn
Beschrijving The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.
Bestandsgrootte 48.93 KB
Aantal Installaties 1,705
Huidige Versie 0.0.9
Laatst Bijgewerkt 2019-10-28
Publicatiedatum 2019-10-28
Beoordeling 2.20/5 Totaal 15 Beoordelingen
Ontwikkelaar FreeVideo
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
Ondersteunde Talen 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"
    }
}