YouTube Paraphraser

YouTube Paraphraser

An application that takes a YouTube video and summarizes what the video is about.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube Paraphraser",
  "description": "An application that takes a YouTube video and summarizes what the video is about.",
  "version": "1.0",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ff69376-9310-487f-b0e6-83de8e392a3a}"
    }
  }
}