ImageX

ImageX

Enable/disable show/hide display of images by altering the Content Settings for a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ImageX",
  "version": "0.4",
  "description": "Enable/disable show/hide display of images by altering the Content Settings for a page.",
  "permissions": [
    "contentSettings",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "disabled.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}