Netflix AutoSkip Firefox

Examine source code of Netflix AutoSkip

Inspect and view changes in Netflix AutoSkip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Netflix AutoSkip",
  "version": "1.0",
  "description": "Automatically skip intros, recaps, 'Are you still watching?' and next episode on Netflix",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.netflix.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "roshanshetty2000@gmail.com"
    }
  }
}

Best Netflix AutoSkip Alternatives

Here are some Firefox add-ons that are similar to Netflix AutoSkip: