G+ Lightbox - Hide Maximize Icon

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

What is G+ Lightbox - Hide Maximize Icon?

G+ Lightbox - Hide Maximize Icon is a Chrome extension developed by Ralf Haring, and its main feature is "The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.".

Extension Screenshots

screenshot

Download G+ Lightbox - Hide Maximize Icon Extension CRX File

Download G+ Lightbox - Hide Maximize Icon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension hides the maximize icon in the G+ picture lightbox view by default and only shows it if you hover the mouse over the bottom right of the picture.                    

Extension Basic Information

Name G+ Lightbox - Hide Maximize Icon G+ Lightbox - Hide Maximize Icon
ID jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Official URL https://chromewebstore.google.com/detail/g+-lightbox-hide-maximize/jkmjolfmmjhhhpafhdeeeakfmhehhmcn
Description The G+ lightbox contains a maximize icon that obscures the image and never completely fades out.
File Size 4.1 KB
Installation Count 78
Current Version 1.3.1
Last Updated 2013-03-07
Publish Date 2013-03-07
Developer Ralf Haring
Payment Type free
Supported Languages en
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": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    }
}