Deep Dark Scrollbars

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

Was ist Deep Dark Scrollbars?

Deep Dark Scrollbars ist eine Chrome-Erweiterung, die von https://actualmanx.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.".

Erweiterungsscreenshots

screenshot

Deep Dark Scrollbars-Erweiterungs-CRX-Datei herunterladen

Laden Sie Deep Dark Scrollbars-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Deep Dark Scrollbars Deep Dark Scrollbars
ID feeaojjpfjaggengmoigjlckepbmkane
Offizielle URL https://chromewebstore.google.com/detail/deep-dark-scrollbars/feeaojjpfjaggengmoigjlckepbmkane
Beschreibung Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.
Dateigröße 13.11 KB
Installationsanzahl 945
Aktuelle Version 1.6
Letztes Update 2018-08-14
Veröffentlichungsdatum 2018-08-14
Bewertung 4.06/5 Insgesamt 16 Bewertungen
Entwickler https://actualmanx.blogspot.com
Zahlungsart free
Erweiterungswebsite http://www.actualmanx.com/deep-dark-scrollbars/
Unterstützte Sprachen 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"
    }
}