HBO Max - AutoSkip

HBO Max - AutoSkip

Automatically skips intros and endings of any episode on HBO Max! 🍿

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "HBO Max - AutoSkip",
  "version": "1.1",
  "description": "Automatically skips intros and endings of any episode on HBO Max (and Max.com)!",
  "icons": {
    "48": "icons/skip-48.png",
    "96": "icons/skip-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hbomax.com/*",
        "*://*.max.com/*"
      ],
      "js": [
        "autoskipper.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5be8a246-1da2-40fe-a371-766a2726ca2a}"
    }
  }
}