Deep Dark Scrollbars

Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.

Cos'è Deep Dark Scrollbars?

Deep Dark Scrollbars è un'estensione di Chrome sviluppata da https://actualmanx.blogspot.com, e la sua funzione principale è "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deep Dark Scrollbars

Scarica i file di estensione Deep Dark Scrollbars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Deep dark Scrollbars changes the appearance of the scrollbars to match my chrome theme Deep Dark. Install the Deep Dark Theme at https://chrome.google.com/webstore/detail/deep-dark/eeffcpnmcmfdfnaadpnkldhkcjjiihcf 
Or Deep Dark Aero at https://chrome.google.com/webstore/detail/deep-dark-aero/bnojoikdjmknckagmicjhhbknpcjdjnm                    

Informazioni di Base sull'Estensione

Nome Deep Dark Scrollbars Deep Dark Scrollbars
ID feeaojjpfjaggengmoigjlckepbmkane
URL Ufficiale https://chromewebstore.google.com/detail/deep-dark-scrollbars/feeaojjpfjaggengmoigjlckepbmkane
Descrizione Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.
Dimensione del File 13.11 KB
Conteggio Installazioni 945
Versione Corrente 1.6
Ultimo Aggiornamento 2018-08-14
Data di Pubblicazione 2018-08-14
Valutazione 4.06/5 Totale 16 Valutazioni
Sviluppatore https://actualmanx.blogspot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.actualmanx.com/deep-dark-scrollbars/
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhldxP8vJGCn9h1HFCAk8edSp8qaku2zzPDZa+QE3hheymdEn8rHGLXaWZYAAI\/MWcBGwRqJ\/TOd8msALPQu2VXat\/NUrNYq4MsIFFimrmcBwmW1TK05zIwsZ7iQBHR+Mjb9CpC7OSm2APrJ256qFsLqFnsXp6mrkKqRwhriJZIxv+xoccOt5FLisLSUKc2Fr9d7PEeUYwsHFRAS0cAJHlkTzXegIpSVjo9B1OMUyCa8xbFiTT5ZmOIaTbNVA32kaDT3NV7SSihnYv3LMNKBNl4G0R2dIw5bHReKx4BZ+0T2knJciZzslnHOJNFZzZshTW5j4mh6UI1m6El9e2phamwIDAQAB",
    "manifest_version": 2,
    "name": "Deep Dark Scrollbars",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "browser_action": {
        "default_icon": "16.png"
    }
}