VSCO and Instagram Downloader Firefox

Examine source code of VSCO and Instagram Downloader

By: derivia
Inspect and view changes in VSCO and Instagram Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VSCO & Instagram Image Downloader",
  "version": "1.0.1",
  "description": "Download images from VSCO and Instagram with one click",
  "permissions": [
    "activeTab",
    "tabs",
    "downloads"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vsco.co/*",
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bb58248e-06b4-47a3-8f65-fc2a038856ee}"
    }
  }
}

Best VSCO and Instagram Downloader Alternatives

Here are some Firefox add-ons that are similar to VSCO and Instagram Downloader: