G+ Lightbox - Hide Maximize Icon

G+ Lightbox - Hide Maximize Icon

The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "G+ Lightbox - Hide Maximize Icon",
  "version": "1.3.1",
  "description": "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://plus.google.com/*"
      ],
      "css": [
        "mystyles.css"
      ]
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}