Scroll Fast Firefox

Examine source code of Scroll Fast

Inspect and view changes in Scroll Fast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scroll Fast",
  "version": "0.1",
  "description": "Scroll through pages and containers automatically with varying speeds.",
  "content_scripts": [
    {
      "js": [
        "dist/minified/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "logo/icons/icon16.png",
    "32": "logo/icons/icon32.png",
    "48": "logo/icons/icon48.png",
    "128": "logo/icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/build/index.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@scrollfast.app",
      "strict_min_version": "109.0"
    },
    "safari": {
      "strict_min_version": "15.4"
    }
  }
}

Meilleures alternatives Scroll Fast

Voici quelques Firefox add-ons qui sont similaires à Scroll Fast :