Chrome Minimal Scrollbar

Global CSS scrollbar. No JavaScript. All CSS.

What is Chrome Minimal Scrollbar?

Chrome Minimal Scrollbar is a Chrome extension developed by https://downthecrop.xyz, and its main feature is "Global CSS scrollbar. No JavaScript. All CSS.".

Extension Screenshots

screenshot

Download Chrome Minimal Scrollbar Extension CRX File

Download Chrome Minimal 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

                        Chrome improvement project. Makes the overflow scrollbar on pages consistent and minimal. All CSS. NO JavaScript.                    

Extension Basic Information

Name Chrome Minimal Scrollbar Chrome Minimal Scrollbar
ID bcbbhmacggoijgmopaeaaclkemaagdio
Official URL https://chromewebstore.google.com/detail/chrome-minimal-scrollbar/bcbbhmacggoijgmopaeaaclkemaagdio
Description Global CSS scrollbar. No JavaScript. All CSS.
File Size 4.59 KB
Installation Count 611
Current Version 1.2
Last Updated 2023-06-13
Publish Date 2020-11-30
Rating 5.00/5 Total 8 Ratings
Developer https://downthecrop.xyz
Email [email protected]
Payment Type free
Extension Website https://github.com/downthecrop/chrome-minimal-scrollbar#
Help Page URL https://github.com/downthecrop/chrome-minimal-scrollbar/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Minimal Scrollbar",
    "version": "1.2",
    "description": "Global CSS scrollbar. No JavaScript. All CSS.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scroll.css"
            ]
        }
    ]
}