Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

What is Blending Scrollbar?

Blending Scrollbar is a Chrome extension developed by Egor Riabysh, and its main feature is "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.".

Extension Screenshots

screenshot
screenshot

Download Blending Scrollbar Extension CRX File

Download Blending 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

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

Extension Basic Information

Name Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
Official URL https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
Description Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
File Size 17.34 KB
Installation Count 1,209
Current Version 0.1
Last Updated 2020-09-12
Publish Date 2020-05-02
Rating 4.76/5 Total 33 Ratings
Developer Egor Riabysh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}