Simple Automatic Scroll Firefox

Examine source code of Simple Automatic Scroll

Inspect and view changes in Simple Automatic Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Automatic Scroll",
  "version": "1.1",
  "description": "Automatically scroll down the page with selected speed.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{16dcb35f-7c06-4300-8abe-c57298278f99}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Automatic Scroll",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Mejores alternativas Simple Automatic Scroll

Aquí hay algunas Firefox add-ons que son similares a Simple Automatic Scroll: