Deep Dark Scrollbars

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

What is Deep Dark Scrollbars?

Deep Dark Scrollbars is a Chrome extension developed by https://actualmanx.blogspot.com, and its main feature is "Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.".

Extension Screenshots

screenshot

Download Deep Dark Scrollbars Extension CRX File

Download Deep Dark Scrollbars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Deep Dark Scrollbars Deep Dark Scrollbars
ID feeaojjpfjaggengmoigjlckepbmkane
Official URL https://chromewebstore.google.com/detail/deep-dark-scrollbars/feeaojjpfjaggengmoigjlckepbmkane
Description Deep Dark Scrollbars Changes the appearance of the scrollbars to match my chrome theme Deep Dark from actualmanx.
File Size 13.11 KB
Installation Count 945
Current Version 1.6
Last Updated 2018-08-14
Publish Date 2018-08-14
Rating 4.06/5 Total 16 Ratings
Developer https://actualmanx.blogspot.com
Payment Type free
Extension Website http://www.actualmanx.com/deep-dark-scrollbars/
Supported Languages 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"
    }
}