Umi Enabler

Umi Enabler

Allows Umi player to work on all series

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Umi Enabler",
  "description": "Allows Umi player to work on all series",
  "version": "1.1.0",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://umi.party/*",
    "https://*.vrv.co/*",
    "https://*.dlvr1.net/*",
    "https://pl.crunchyroll.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}