Dark Scrollbar

Adds color-scheme light dark meta tag to allow UI elements to match OS theme.

What is Dark Scrollbar?

Dark Scrollbar is a Chrome extension developed by Petroz Wellnai, and its main feature is "Adds color-scheme light dark meta tag to allow UI elements to match OS theme.".

Extension Screenshots

screenshot
screenshot

Download Dark Scrollbar Extension CRX File

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

                        Forces UI elements such as scrollbars and form fields to match either your operating system's theme, or your own theme by choice, light or dark.                    

Extension Basic Information

Name Dark Scrollbar Dark Scrollbar
ID eafmdhegblfeilejhmieheapmlpdeklm
Official URL https://chromewebstore.google.com/detail/dark-scrollbar/eafmdhegblfeilejhmieheapmlpdeklm
Description Adds color-scheme light dark meta tag to allow UI elements to match OS theme.
File Size 11.33 KB
Installation Count 1,117
Current Version 1.1
Last Updated 2022-05-21
Publish Date 2021-01-04
Rating 4.64/5 Total 14 Ratings
Developer Petroz Wellnai
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Scrollbar",
    "version": "1.1",
    "description": "Adds color-scheme light dark meta tag to allow UI elements to match OS theme.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "vertical-scrolling16.png",
        "32": "vertical-scrolling32.png",
        "48": "vertical-scrolling48.png",
        "128": "vertical-scrolling128.png"
    },
    "manifest_version": 2
}