Begone Scrollbar

Removes the scrollbar.

What is Begone Scrollbar?

Begone Scrollbar is a Chrome extension developed by Dominik Mückstein, and its main feature is "Removes the scrollbar.".

Extension Screenshots

screenshot

Download Begone Scrollbar Extension CRX File

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

                        Simply removes the scrollbar from all pages. This tool archives a minimalistic look and feel for a more full page browser. Delete the Scrollbar.

The source-code can be viewed at:
https://github.com/PentaPhi/begone_scrollbar                    

Extension Basic Information

Name Begone Scrollbar Begone Scrollbar
ID jifmlkikhpnajphhoimjpcoepiggdnba
Official URL https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba
Description Removes the scrollbar.
File Size 13.98 KB
Installation Count 46
Current Version 1.0
Last Updated 2022-03-15
Publish Date 2021-06-12
Rating 5.00/5 Total 2 Ratings
Developer Dominik Mückstein
Email [email protected]
Payment Type free
Extension Website https://github.com/PentaPhi/begone_scrollbar
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Begone Scrollbar",
    "version": "1.0",
    "description": "Removes the scrollbar.",
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon_small.png"
    },
    "manifest_version": 3,
    "offline_enabled": true
}