Examine source code of Download Vine Video 88

Inspect and view changes in Download Vine Video 88 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Download Vine Video",
  "version": "1.0.2",
  "description": "Click to download any Vine.co video.",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eaa4a190-922c-4dbd-b023-d3716b0d7250}"
    }
  }
}