Begone Scrollbar

Begone Scrollbar

Removes the scrollbar.

Merlin
Additional files are visible only to premium users

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
}