Fix Udemy Firefox

Examine source code of Fix Udemy

Inspect and view changes in Fix Udemy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fix Udemy",
  "version": "1.0",
  "description": "Fixes Udemy video playback speed not saving between videos, this extension will store your speed preferences for each instructor and properly reload with that speed on all videos",
  "icons": {
    "48": "icons/udemyext-icon-96.png",
    "96": "icons/udemyext-icon-48.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.udemy.com/course/*/learn/lecture/*"
      ],
      "js": [
        "udemy.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1009f301-2910-43b8-9049-1127ec636104}"
    }
  }
}

Mejores alternativas Fix Udemy

Aquí hay algunas Firefox add-ons que son similares a Fix Udemy: