YouTube Comment Extractor

YouTube Comment Extractor

Extract loaded YouTube comment to JSON

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 Comment Extractor",
  "version": "0.4",
  "description": "Extract loaded YouTube comment to JSON",
  "permissions": [
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "*://www.youtube.com/watch?*"
  ],
  "background": {
    "service_worker": "context.min.js",
    "type": "module"
  }
}