YouTube Data Scraper - Videos, Comments

YouTube Data Scraper - Videos, Comments

YouTube - Easy data extraction tools of Videos, Comments

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 Data Scraper - Videos, Comments",
  "description": "YouTube - Easy data extraction tools of Videos, Comments",
  "version": "1.6",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}