Youtube Watch Later Remover

Youtube Watch Later Remover

A tool for removing watch later videos from youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Watch Later Remover",
  "version": "3.0",
  "description": "A tool for removing watch later videos from youtube",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}