Instagram Full-Size Content Grabber Firefox

Examine source code of Instagram Full-Size Content Grabber

Inspect and view changes in Instagram Full-Size Content Grabber source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instagram Full-Size Content Grabber",
  "description": "This extension allows you to easily grab full-size images or videos from Instagram pages through the Firefox browser context menu.",
  "version": "1.0",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*",
        "https://instagram.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "menus"
  ],
  "browser_action": {
    "default_title": "InstaImageExtracter",
    "default_icon": "icon_128.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d8d72029-990c-485a-adf0-192d994629d1}"
    }
  }
}

Best Instagram Full-Size Content Grabber Alternatives

Here are some Firefox add-ons that are similar to Instagram Full-Size Content Grabber: