simplyscroll Firefox

Examine source code of simplyscroll

Inspect and view changes in simplyscroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SimplyScroll",
  "version": "0.1",
  "applications": {
    "gecko": {
      "id": "simplyscroll@ryse.top"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Setup",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "app.css"
      ]
    }
  ],
  "icons": {
    "32": "auto-scroll.svg"
  },
  "web_accessible_resources": [
    "auto-scroll.svg"
  ]
}

Best simplyscroll Alternatives

Here are some Firefox add-ons that are similar to simplyscroll: