anytimeNetflixPause Firefox

Examine source code of anytimeNetflixPause

By: JavaRip
Inspect and view changes in anytimeNetflixPause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "anytimePause",
  "version": "1.1",
  "author": "Mozilla",
  "description": "Allows pausing of Netflix with space bar while next episode is loading",
  "background": {
    "scripts": [
      "anytimePause.js"
    ]
  },
  "icons": {
    "48": "icons/anytimePause-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "anytimePause.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d349cc25-6abb-4d40-96a1-c835abe307a0}"
    }
  }
}

Best anytimeNetflixPause Alternatives

Here are some Firefox add-ons that are similar to anytimeNetflixPause: