YT-Commenter

YT-Commenter

Enable Comments for every Youtube Video. Enables comments for videos that have comments disabled.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YT-Commenter",
  "version": "1.0.0",
  "description": "Enable Comments for every Youtube Video. Enables comments for videos that have comments disabled.",
  "icons": {
    "16": "YT-Commenter-16x16.png",
    "48": "YT-Commenter-48x48.png",
    "128": "YT-Commenter-128x128.png"
  },
  "permissions": [
    "identity",
    "activeTab"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "oauth.js"
  },
  "host_permissions": [
    "http://www.youtube.com/*",
    "https://www.youtube.com/*",
    "https://api.ytcommenter.byteofcode.io/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "YT-Commenter-128x128.png"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "https://youtube.com/*",
        "https://googlevideo.com/*",
        "https://*.googlevideo.com/*",
        "https://gvt1.com/*",
        "https://*.gvt1.com/*",
        "https://video.google.com/*",
        "https://*.video.google.com/*",
        "https://youtu.be/*",
        "https://*.youtu.be/*",
        "https://youtube-nocookie.com/*",
        "https://*.youtube-nocookie.com/*",
        "https://youtube-ui.l.google.com/*",
        "https://*.youtube-ui.l.google.com/*",
        "https://youtube.com/*",
        "https://*.youtube.com/*",
        "https://youtube.googleapis.com/*",
        "https://*.youtube.googleapis.com/*",
        "https://youtubeeducation.com/*",
        "https://*.youtubeeducation.com/*",
        "https://youtubei.googleapis.com/*",
        "https://*.youtubei.googleapis.com/*",
        "https://yt3.ggpht.com/*",
        "https://*.yt3.ggpht.com/*",
        "https://ytimg.com/*",
        "https://*.ytimg.com/*"
      ],
      "css": [
        "global.css",
        "build/injection/injection.css",
        "outline-cleaned.svg"
      ],
      "js": [
        "build/injection/injection.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgwyJW6CzdRfMmXtOiro7teLo7uKuogPVjSMekzwByMm8/qs75M8GlQFl1gFv6Dta7wYLdp7gE0RLLODpoqTqJLKqFmnZFB2RkaV1HudrLx47CccTh7xRLCLIGkUpi+bikxtG99T/Eyd2mh+BfvtNY5CtIH9aVZDvFf4YKco+XhIolscjZYg0nsjwvWuhU9gDgdmx6fn3v+cyRDfS6oJ/VoY0VuHCqrTe3xBwi5rlso9RP4rcQ4PGc4dJQJmS3Znn7e2Rp7prLanpScB60TVq2Jzy7lafV1skAmYFtOnr5nVs81Wx/joP6tj/MFKA3Xd86/qNkkUJUTWwbVa92Zn3fwIDAQAB",
  "oauth2": {
    "client_id": "723792511250-28ao2575iplfm6469ll10q07l36qfrno.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}