Customize Scrollbar

Customize scrollbar appearance, color, width, and style on any website with our user-friendly tool. Fast and easy!

What is Customize Scrollbar?

Customize Scrollbar is a Chrome extension developed by https://cusmize.com, and its main feature is "Customize scrollbar appearance, color, width, and style on any website with our user-friendly tool. Fast and easy!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Customize Scrollbar Extension CRX File

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

                        Upgrade your browsing experience with our revolutionary "Custom Scrollbar" application! Say goodbye to the regular, mundane scrollbar on your browser, and say hello to a world of customization and personalization.

With our application, you have the power to transform your scrollbar into something that truly reflects your style and personality. Tired of the standard slider width and color? Not a problem! With just a few clicks, you can adjust the width, change the color, or even replace it with any image you desire. Imagine scrolling through your favorite websites with a beautiful image or pattern adorning your scrollbar!

But that's not all! We understand the importance of details, and that's why we offer additional features to make your scrollbar stand out. Add a touch of elegance and depth by applying a shadow to the scrollbar slider. Want to make it even more expressive? Apply a stroke to enhance its appearance further. The possibilities are endless, and your scrollbar will be anything but ordinary.

Hovering over your scrollbar will reveal yet another surprise. Watch as it transforms into a completely different design, making the browsing experience all the more exciting. The hover effect adds an extra layer of uniqueness to your scrollbar, turning it into your very own custom scrollbar.

Not only can you modify the scrollbar itself, but you also have the option to customize the buttons on it. Round, square, or any shape you prefer, you can change their color, add shadows, and more. Our "Custom Scrollbar" application ensures that you have full control over every aspect of your scrollbar design.

The installation process is a breeze, and you can start customizing right away. Simply click on the extension icon after installation, and our user-friendly editor will guide you through the process. It's quick, simple, and hassle-free.

We value transparency, and we want you to know that our extension is not developed by Google. It's a product of an independent and dedicated team of developers who believe in making your browsing experience extraordinary. Rest assured, all copyrights are respected, and we are not affiliated with Google Inc.

Looking ahead, we have exciting features in the pipeline. Soon, you'll have access to a wide range of preset scrollbars, offering even more customization options. Injectible custom CSS codes will allow advanced users to take customization to a whole new level. And for those who want to share their creations with others, downloadable scrollbars will be available, allowing you to spread your unique designs across the web.

Please keep in mind that due to certain restrictions imposed by Google™, we are unable to apply our customization to specific Chrome™ sites such as the Web Store, Chrome Settings, Chrome Extensions, and others. Nonetheless, there's still plenty of room for you to unleash your creativity on various other websites.

Don't wait any longer! Experience the joy of customizing your scrollbar and making your browsing environment truly your own. Install our "Custom Scrollbar" application today and elevate your browsing experience to new heights!                    

Extension Basic Information

Name Customize Scrollbar Customize Scrollbar
ID gcjacheplhneldhpjgjbjdfchicocnpl
Official URL https://chromewebstore.google.com/detail/customize-scrollbar/gcjacheplhneldhpjgjbjdfchicocnpl
Description Customize scrollbar appearance, color, width, and style on any website with our user-friendly tool. Fast and easy!
File Size 660 KB
Installation Count 936
Current Version 1.6.0
Last Updated 2023-08-08
Publish Date 2022-08-31
Rating 3.43/5 Total 7 Ratings
Developer https://cusmize.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://youtube-customizer.com/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon-128.png",
            "256": "\/assets\/icons\/icon-256.png",
            "32": "\/assets\/icons\/icon-32.png",
            "64": "\/assets\/icons\/icon-64.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube-customizer.com\/*",
                "*:\/\/*.cusmize.com\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt3064HH3DCHDBgyqQv4pRj0NKiC6oYQPckQPxykKXhp\/X0wGKXc+3jqhsuWQil\/PV0VGc\/SZ+RJmq\/pAe\/57p\/douU9GTgwv\/xvdvWTTKzyJkzBUA+MTCPbU3RjgDDbyOoV7s\/Io1npxxxoEe2bSJbejnCHJbo5M9upCNo\/nr54E8nrszK\/MaA6s4KKwKx5UdybhkxUGSaUjq2mHzhLENoG+lfbXrXouU9A4CFNjnRWzHKmp5OsO+yEW1kH6gx5IiQ8nuFQTCyOHfyddXzlCFYe5\/PK+zglVO7nWK+6Cj94xUnTgSQUQYICWu\/ji0A4G5xoP4J3ZHwFlWNZBb6d6cQIDAQAB",
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-customizer.com\/*",
            "*:\/\/*.cusmize.com\/*"
        ]
    },
    "icons": {
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png",
        "32": "\/assets\/icons\/icon-32.png",
        "64": "\/assets\/icons\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.6.0",
    "version_name": "1.6.0",
    "web_accessible_resources": [
        {
            "resources": [
                "*.*",
                "\/images\/*.*",
                "\/assets\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}