Image Toggle - Hide/Show Images Firefox

Examine source code of Image Toggle - Hide/Show Images

Inspect and view changes in Image Toggle - Hide/Show Images source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Toggle - Hide/Show Images",
  "short_name": "Image Toggle",
  "version": "1.0.1",
  "description": "Toggle image visibility on web pages to save bandwidth and improve page loading speed.",
  "applications": {
    "gecko": {
      "id": "image-toggle@trinhnv1205.github.io",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Image Toggle - Hide/Show Images Alternatives

Here are some Firefox add-ons that are similar to Image Toggle - Hide/Show Images: