YouTube Auto Firefox

Examine source code of YouTube Auto

Inspect and view changes in YouTube Auto source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "page": "pages/background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "pages/popup.html",
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles/inject.css"
      ],
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://www.codehemu.com/2022/04/youtube-auto-extension.html",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "YoutubeAuto",
  "version": "2.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9fd7210d-984b-4351-bfcc-0a0f4997d286}"
    }
  }
}

Best YouTube Auto Alternatives

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