Auto Pan by Window Position Firefox

Examine source code of Auto Pan by Window Position

Inspect and view changes in Auto Pan by Window Position source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Pan by Window Position",
  "version": "1.9.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "common.js",
        "settings.js",
        "progress.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "popup.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6216b189-ffd6-4812-98ff-c3a4cdfb4bd8}"
    }
  }
}

Best Auto Pan by Window Position Alternatives

Here are some Firefox add-ons that are similar to Auto Pan by Window Position: