Watchs

Watchs

By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Watchs",
  "description": "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.",
  "author": "Sulaiman AlRomaih",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_icon": {
      "16": "/images/Inactive/16x16.png",
      "32": "/images/Inactive/32x32.png",
      "48": "/images/Inactive/48x48.png",
      "128": "/images/Inactive/128x128.png"
    }
  },
  "icons": {
    "16": "/images/Active/16x16.png",
    "32": "/images/Active/32x32.png",
    "48": "/images/Active/48x48.png",
    "128": "/images/Active/128x128.png"
  }
}