Binge Buddy for Netflix and Amazon Prime Video Firefox

Examine source code of Binge Buddy for Netflix and Amazon Prime Video

By: haigis
Inspect and view changes in Binge Buddy for Netflix and Amazon Prime Video source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Binge Buddy for Netflix",
  "version": "2.1",
  "description": "Automatically skip intros, play the next episode, and exit to browse on Netflix and Amazon Prime Video.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "netflix.js"
      ]
    },
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.in/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.cn/*",
        "*://*.amazon.es/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.it/*",
        "*://*.amazon.nl/*",
        "*://*.amazon.se/*",
        "*://*.amazon.sg/*"
      ],
      "js": [
        "amazon.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "BingeBuddy@github.com-haigis"
    }
  }
}

Best Binge Buddy for Netflix and Amazon Prime Video Alternatives

Here are some Firefox add-ons that are similar to Binge Buddy for Netflix and Amazon Prime Video: