NoScroll

Disables scrollbar on all pages.

What is NoScroll?

NoScroll is a Chrome extension developed by joklost, and its main feature is "Disables scrollbar on all pages.".

Download NoScroll Extension CRX File

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

                                            

Extension Basic Information

Name NoScroll NoScroll
ID ciojlgkdnpcgplilbjmfgfkfecakbpgk
Official URL https://chromewebstore.google.com/detail/noscroll/ciojlgkdnpcgplilbjmfgfkfecakbpgk
Description Disables scrollbar on all pages.
File Size 3.05 KB
Installation Count 55
Current Version 1.0
Last Updated 2017-12-16
Publish Date 2017-12-16
Rating 5.00/5 Total 2 Ratings
Developer joklost
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoScroll",
    "description": "Disables scrollbar on all pages.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "noscroll.css"
            ]
        }
    ]
}