Image Downloader for IW Firefox

Examine source code of Image Downloader for IW

By: Muyor
Inspect and view changes in Image Downloader for IW source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.8",
  "manifest_version": 3,
  "name": "Image Downloader for IW",
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "homepage_url": "https://mybrowseraddon.com/image-downloader-for-instagram.html",
  "description": "Easily download and save desired images for instagram web with just one click.",
  "commands": {
    "_execute_action": {}
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "resources": [
        "data/content_script/icons/download.png"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{fb6b0050-4748-4500-925d-c60b030c1574}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Image Downloader for IW",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "data/content_script/inject.js"
      ],
      "css": [
        "data/content_script/inject.css"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Image Downloader for IW Alternatives

Here are some Firefox add-ons that are similar to Image Downloader for IW: