Scrollbar OnOff

Scroll bar with switchable width.

What is Scrollbar OnOff?

Scrollbar OnOff is a Chrome extension developed by developer.waieight., and its main feature is "Scroll bar with switchable width.".

Extension Screenshots

screenshot

Download Scrollbar OnOff Extension CRX File

Download Scrollbar OnOff 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

                        Clicking on the toolbar icon toggles the display of scrolling.                    

Extension Basic Information

Name Scrollbar OnOff Scrollbar OnOff
ID anobhmbdjhkpcelcailmdfienmcglped
Official URL https://chromewebstore.google.com/detail/scrollbar-onoff/anobhmbdjhkpcelcailmdfienmcglped
Description Scroll bar with switchable width.
File Size 37.38 KB
Installation Count 72
Current Version 0.0.0.5
Last Updated 2024-01-30
Publish Date 2018-02-11
Rating 5.00/5 Total 3 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scrollbar OnOff",
    "version": "4.0.0.5",
    "version_name": "0.0.0.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/scrollbar.css"
            ],
            "js": [
                "\/jquery\/jquery-3.7.1.min.js",
                "\/js\/scrollbar.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        }
    }
}