KeyPoints - Youtube Video Summarizer

KeyPoints - Youtube Video Summarizer

Summarize youtube videos to get the key points shared in the video within seconds

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KeyPoints - Youtube Video Summarizer",
  "description": "Summarize youtube videos to get the key points shared in the video within seconds",
  "version": "1.4.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "background": {
    "service_worker": "app/background.js",
    "type": "module"
  },
  "action": {
    "default_title": "KeyPoints",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}