Hide Scrollbar

Hides scrollbar on all pages.

What is Hide Scrollbar?

Hide Scrollbar is a Chrome extension developed by ghostdragon027, and its main feature is "Hides scrollbar on all pages.".

Extension Screenshots

screenshot

Download Hide Scrollbar Extension CRX File

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

                        This extension allows you to hide the scrollbars on any page while still allowing you to use the scroll functionality. It helps provide a minimal style for any webpage.

Update: Works with chrome version 121 or later.                    

Extension Basic Information

Name Hide Scrollbar Hide Scrollbar
ID mljepckcnbghmcdmaebjhejiplcngbkm
Official URL https://chromewebstore.google.com/detail/hide-scrollbar/mljepckcnbghmcdmaebjhejiplcngbkm
Description Hides scrollbar on all pages.
File Size 4.55 KB
Installation Count 10,945
Current Version 1.4.0
Last Updated 2024-03-02
Publish Date 2021-05-12
Rating 4.47/5 Total 49 Ratings
Developer ghostdragon027
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "exclude_matches": [],
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hides scrollbar on all pages.",
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Hide Scrollbar",
    "host_permissions": [
        ""
    ],
    "version": "1.4.0"
}