YouTube Shorts Auto Scroll Firefox

Examine source code of YouTube Shorts Auto Scroll

By: m0ter
Inspect and view changes in YouTube Shorts Auto Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Shorts Auto Scroll",
  "version": "1.0.6",
  "description": "Automatically scrolls to the next YouTube Short when the current video ends",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "YouTube Shorts Auto Scroll"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-shorts-autoscroll@m0ter.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Shorts Auto Scroll Alternatives

Here are some Firefox add-ons that are similar to YouTube Shorts Auto Scroll: