Unsubscribe All for YouTube

Unsubscribe All for YouTube

Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Unsubscribe All for YouTube",
  "description": "Easily unsubscribe from unwanted YouTube channels in bulk with Unsubscribe All for YouTube.",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon/logo-16.png",
    "32": "icon/logo-32.png",
    "48": "icon/logo-48.png",
    "128": "icon/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon/logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/custom-elements.min.js-loader-9e36deab.js",
        "assets/index.js-loader-82379583.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "assets/auth.js-loader-e4ea11b2.js"
      ],
      "matches": [
        "https://ytbunsubscribe.echobot.dev/auth_redirect.html*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "dashboard.html",
        "icon/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "assets/chunk-e3fc016e.js",
        "assets/chunk-33a817c3.js",
        "assets/chunk-f4250b44.js",
        "assets/chunk-98cfd8e4.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://ytbunsubscribe.echobot.dev/*"
      ],
      "resources": [
        "assets/chunk-f4250b44.js",
        "assets/chunk-9dfca278.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.echobot.dev/*",
    "*://*.youtube.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}