aviv video downloader

aviv video downloader

download video from video element, enable right click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "aviv video downloader",
  "version": "1.0.0",
  "description": "download video from video element, enable right click",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "page.js"
      ]
    }
  ],
  "permissions": [],
  "browser_action": {
    "default_title": "aviv video downloader",
    "default_icon": "cloud-computing.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}