YouTube Channel ID

YouTube Channel ID

Displays the ID of YouTube channels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouTube Channel ID",
  "description": "Displays the ID of YouTube channels",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/@*",
        "https://www.youtube.com/channel/*"
      ],
      "js": [
        "./dist/content.js"
      ]
    }
  ]
}