VidClip - Video Segment Creator Firefox

Examine source code of VidClip - Video Segment Creator

Inspect and view changes in VidClip - Video Segment Creator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VidClip - Video Segment Creator",
  "version": "1.0",
  "description": "Create video segments for personal use. Mark start/end times and generate scripts for legitimate video processing.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon16.png",
      "128": "icons/icon16.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon16.png",
    "128": "icons/icon16.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "polyfill.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/icon16.png",
    "gif.js",
    "gif.worker.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{35125917-45f3-4fe7-844c-5860f03a6531}"
    }
  }
}

Best VidClip - Video Segment Creator Alternatives

Here are some Firefox add-ons that are similar to VidClip - Video Segment Creator: