FizzD  Youtube Video Summarizer and Indexer

FizzD Youtube Video Summarizer and Indexer

FizzD Youtube Video Summarizer and Indexer. If you have any trouble email us at [email protected]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FizzD  Youtube Video Summarizer and Indexer",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "FizzD  Youtube Video Summarizer and Indexer. If you have any trouble email us at [email protected]",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "https://www.youtube.com/*"
  ],
  "icons": {
    "16": "play16.png",
    "32": "play32.png",
    "48": "play48.png",
    "128": "play128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "css": [
        "main.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "fizz-button.html"
  ]
}