Plus for Plex

Plus for Plex

Save time on adding movies or tv shows into plex throw sonarr or radarr!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Plus for Plex",
  "short_name": "Plus",
  "description": "Save time on adding movies or tv shows into plex throw sonarr or radarr!",
  "version": "0.511.4",
  "manifest_version": 3,
  "author": "Gazy alotibi",
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.imdb.com/*"
      ],
      "js": [
        "imdb.js"
      ],
      "css": [
        "imdb.css"
      ]
    },
    {
      "matches": [
        "*://app.plex.tv/*",
        "*://127.0.0.1/*",
        "*://localhost/*"
      ],
      "js": [
        "plus.js"
      ],
      "css": [
        "plus.css"
      ]
    }
  ]
}