image-save

image-save

Allows to save images from Instagram with right click 'Save Image As...' . * Addon working as of 29 July 2022 with latest Instagram updates *

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "image-save",
  "version": "1.7",
  "description": "Allows to save images from Instagram with right click 'Save Image as...' .",
  "icons": {
    "48": "icons/instagram.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.instagram.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f99b5da-d696-4a33-8cc4-072873422204}"
    }
  }
}