Just a Scroll Bar

A simple scroll bar.

What is Just a Scroll Bar?

Just a Scroll Bar is a Chrome extension developed by Tom, and its main feature is "A simple scroll bar.".

Extension Screenshots

screenshot

Download Just a Scroll Bar Extension CRX File

Download Just a Scroll Bar 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

                        A chrome extension replaces the browser default scroll bars.
No Ads.

Version 0.5
Two new options.

Version 0.4
Excludes Google sites that has custom scroll bar.

Version 0.3
Redesigned Dark,Light theme.
Redesigned options page.

Version 0.2
added Light theme                    

Extension Basic Information

Name Just a Scroll Bar Just a Scroll Bar
ID dbncgcjogkfjlcggdcdmeamehigmmohj
Official URL https://chromewebstore.google.com/detail/just-a-scroll-bar/dbncgcjogkfjlcggdcdmeamehigmmohj
Description A simple scroll bar.
File Size 37.92 KB
Installation Count 576
Current Version 0.6
Last Updated 2013-06-12
Publish Date 2013-06-12
Rating 4.83/5 Total 6 Ratings
Developer Tom
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just a Scroll Bar",
    "version": "0.6",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scrollbar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple scroll bar.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "s16.png",
        "48": "s48.png",
        "128": "s128.png"
    }
}