mega-autoplay

mega-autoplay

Simple extension for mega.nz which skips to the next song/video when the current one is finished.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://mega.nz/*",
        "https://mega.co.nz/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Simple extension for mega.nz which skips to the next song/video when the current one is finished.",
  "host_permissions": [
    "https://mega.nz/*"
  ],
  "icons": {
    "16": "megamusic.png",
    "48": "megamusic.png",
    "128": "megamusic.png"
  },
  "manifest_version": 3,
  "name": "mega-autoplay",
  "version": "1.16"
}