Simple Gray Scrollbar

Minimalistic scrollbar replacement for chrome

What is Simple Gray Scrollbar?

Simple Gray Scrollbar is a Chrome extension developed by edgrd, and its main feature is "Minimalistic scrollbar replacement for chrome".

Extension Screenshots

screenshot

Download Simple Gray Scrollbar Extension CRX File

Download Simple Gray Scrollbar 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

                        Simple minimalistic scrollbar replacement for chrome.                    

Extension Basic Information

Name Simple Gray Scrollbar Simple Gray Scrollbar
ID bnnnmmkacabiihpcdamfcmcodfjfbcdi
Official URL https://chromewebstore.google.com/detail/simple-gray-scrollbar/bnnnmmkacabiihpcdamfcmcodfjfbcdi
Description Minimalistic scrollbar replacement for chrome
File Size 3.51 KB
Installation Count 140
Current Version 2.7.6
Last Updated 2019-05-23
Publish Date 2019-05-23
Rating 4.25/5 Total 4 Ratings
Developer edgrd
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Gray Scrollbar",
    "version": "2.7.6",
    "description": "Minimalistic scrollbar replacement for chrome",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}