Insaver Firefox

Examine source code of Insaver

By: Kozet
Inspect and view changes in Insaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Insaver",
  "version": "1.2resigned1",
  "description": "Adds 'Save Instagram Photo As...' to the right click context menu. Works only on instagram.com",
  "icons": {
    "48": "icons/insaver-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "insaver.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "downloads"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42bac9f9-354d-4a4a-9a11-1f68ea97a538}"
    }
  }
}

Best Insaver Alternatives

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