Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

What is Beautiful Scrollbar?

Beautiful Scrollbar is a Chrome extension developed by Niels Prins, and its main feature is "The easy way to a more minimal, clean and beautiful scrollbar!".

Extension Screenshots

screenshot

Download Beautiful Scrollbar Extension CRX File

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

                        An easy way to give your browser a better look and feel                    

Extension Basic Information

Name Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
Official URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Description The easy way to a more minimal, clean and beautiful scrollbar!
File Size 243 KB
Installation Count 43
Current Version 1.1
Last Updated 2021-10-02
Publish Date 2021-09-17
Rating 5.00/5 Total 3 Ratings
Developer Niels Prins
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}