YouTube Shot Detect Segmenter Firefox

Examine source code of YouTube Shot Detect Segmenter

By: sumant
Inspect and view changes in YouTube Shot Detect Segmenter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Shot Change Detector",
  "version": "0.1.0.0",
  "description": "Segments youtube video by shots (approximate, based on timestamped thumbnails)",
  "icons": {
    "16": "icons/icon16.jpeg",
    "32": "icons/icon32.jpeg",
    "48": "icons/icon48.jpeg",
    "128": "icons/icon128.jpeg"
  },
  "action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://*.ytimg.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtubeshotchange@example.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Shot Detect Segmenter Alternatives

Here are some Firefox add-ons that are similar to YouTube Shot Detect Segmenter: