YouTube Per Channel Settings

YouTube Per Channel Settings

Saves and restores the volume and playback speed last used on each Youtube channel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "YouTube Per Channel Settings",
  "description": "Saves and restores the volume and playback speed last used on each Youtube channel.",
  "version": "1.2.3",
  "content_scripts": [
    {
      "world": "MAIN",
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}