dropout-progress

dropout-progress

Make www.dropout.tv more user friendly by keeping track of: Which season you are currently watching, which episodes you have already seen in a season, and how far you've made into a given episode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "dropout-progress",
  "version": "3.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{90e32c40-5b2a-42f5-92f0-ba2314b3ab5f}"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon-128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.dropout.tv/*"
      ],
      "js": [
        "player.js",
        "dropout-position.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  }
}