Custom Scroll Bar

Custom Scroll Bar

What is Custom Scroll Bar?

Custom Scroll Bar is a Chrome extension developed by Kunihiro Ando, and its main feature is "Custom Scroll Bar".

Download Custom Scroll Bar Extension CRX File

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

                        CSS injection
  

  Options Page                    

Extension Basic Information

Name Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
Official URL https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
Description Custom Scroll Bar
File Size 9.59 KB
Installation Count 136
Current Version 1.0
Last Updated 2015-06-24
Publish Date 2015-06-24
Rating 4.43/5 Total 7 Ratings
Developer Kunihiro Ando
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}