Binge Stream Firefox

Examine source code of Binge Stream

Inspect and view changes in Binge Stream source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Binge Stream",
  "version": "23.11.12.2130",
  "description": "Extension to auto click 'Skip Recap' and 'Skip Intro' on streaming pages, when they pop up",
  "homepage_url": "https://github.com/s-weigand/binge-stream",
  "manifest_version": 3,
  "minimum_chrome_version": "99",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "options/options.html",
    "default_title": "Binge-Stream Options"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/netflix.js"
      ],
      "matches": [
        "*://netflix.com/**",
        "*://*.netflix.com/**"
      ]
    },
    {
      "js": [
        "content_scripts/amazon.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://amazon.*/gp/video/**",
        "*://*.amazon.*/gp/video/**",
        "*://amazon.*/*/dp/**",
        "*://*.amazon.*/*/dp/**"
      ]
    },
    {
      "js": [
        "content_scripts/youtube.js"
      ],
      "matches": [
        "*://www.youtube.com/**"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "binge-stream@s-weigand",
      "strict_min_version": "109.0"
    }
  }
}

Best Binge Stream Alternatives

Here are some Firefox add-ons that are similar to Binge Stream: