VideoSnipper Firefox

Examine source code of VideoSnipper

Inspect and view changes in VideoSnipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A Simple, Free Video Downloader basing on WebExtensions API",
  "manifest_version": 2,
  "name": "VideoSnipper",
  "version": "2.4resigned1",
  "homepage_url": "https://github.com/nICEnnnnnnnLee/VideoSnipper",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{f5547c97-8ed7-4ad6-8be0-b4876be19639}"
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "downloads",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/border-48.png"
  },
  "background": {
    "scripts": [
      "background/config-init.js",
      "background/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/border-48.png"
    },
    "default_title": "Get Video source"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "printVideo.js"
      ]
    }
  ]
}

Best VideoSnipper Alternatives

Here are some Firefox add-ons that are similar to VideoSnipper: