Image Block

Image Block

Image Block adds a toggle button that conditionally blocks/allows loading of images on webpages. Blocking images results in faster browsing, especially helpful on handheld devices or slower connections.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Image Block",
  "manifest_version": 2,
  "name": "ImageBlock",
  "version": "5.1resigned1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/1.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}