subWatch 3

subWatch 3

Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "subWatch 3",
  "description": "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.",
  "version": "3.7.3",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "SubWatch 3.0",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://sub.watch/*",
        "https://subwatch.test/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "all_frames": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://sub.watch/*",
      "*://subwatch.test/*"
    ]
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "https://sub.watch/*",
    "https://subwatch.dev/*",
    "*://api.tvmaze.com/*",
    "*://1337x.to/*",
    "*://filelist.ro/*",
    "*://zooqle.com/*",
    "*://extratorrent.cd/*",
    "*://thepiratebay.org/*"
  ],
  "optional_permissions": [
    "*://rarbg.to/*",
    "*://rarbgmirror.org/*",
    "*://api.themoviedb.org/*",
    "*://yts.am/*",
    "*://filelist.io/*",
    "*://speedapp.io/*"
  ]
}