Instagram Show Fullsize Picture

Instagram Show Fullsize Picture

When showing a single Instagram-post you can press F2 and the picture will be loaded in full size. Then you can easily save the picture by pressing CTRL+S. This Add-On does work for JPG and PNG files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "DirectLoad_Instagram",
  "version": "0.6",
  "description": "When showing a single Instagram-post you can press F2 and the picture will be loaded in full size. Should work for JPG and PNG files.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/p/*"
      ],
      "js": [
        "directload.js"
      ]
    }
  ]
}