Video Summarizer Firefox

Examine source code of Video Summarizer

제작자: Petr Šťastný Add-on
Inspect and view changes in Video Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Summarizer",
  "version": "1.4",
  "author": "Petr Šťastný",
  "developer": {
    "name": "Petr Šťastný",
    "url": "https://soptik.tech"
  },
  "homepage_url": "https://github.com/soptikha2/video-summarizer",
  "description": "Changes playback speed for videos depending on loundness of the video. Speed up long lectures at different rates, depending on whether the teacher is saying something or is just silently writing something on whiteboard.",
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/summarize.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg",
      "96": "icon.svg"
    },
    "default_title": "Video Summarizer",
    "default_popup": "popup/menu.html"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "storage",
    "tabs"
  ]
}

최고의 Video Summarizer 대안

다음은 Video Summarizer과(와) 유사한 Firefox add-on입니다: