hide-scrollbars Firefox

Examine source code of hide-scrollbars

By: qashto
Inspect and view changes in hide-scrollbars source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "hide/show scrollbars",
    "default_popup": "popup.html"
  },
  "description": "Hides page scrollbars!",
  "homepage_url": "https://github.com/quinton-ashley/firefox-hide-scrollbars/blob/master/README.md",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png",
    "512": "icons/icon-512.png",
    "1024": "icons/icon-1024.png"
  },
  "name": "hide-scrollbars",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ],
  "short_name": "hide-scrollbars",
  "version": "4.0.2"
}

Best hide-scrollbars Alternatives

Here are some Firefox add-ons that are similar to hide-scrollbars: