IMDB - Big images on hover

Display big image while hovering Movie/actor/character links.

What is IMDB - Big images on hover?

IMDB - Big images on hover is a Chrome extension developed by Shebo6, and its main feature is "Display big image while hovering Movie/actor/character links.".

Extension Screenshots

screenshot
screenshot

Download IMDB - Big images on hover Extension CRX File

Download IMDB - Big images on hover 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

                        No more squinting at 16px actor's photo!

Improve your IMDB experience with this plugin and save a few clicks on the way!

Display big images while hovering thumbnails/links.
Big images works for movie, actors and characters links.

Please contact me about ideas for new features or if you stumbled upon the occasional bug.                    

Extension Basic Information

Name IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
Official URL https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Description Display big image while hovering Movie/actor/character links.
File Size 127 KB
Installation Count 51
Current Version 0.0.2
Last Updated 2016-06-21
Publish Date 2016-06-21
Rating 1.50/5 Total 2 Ratings
Developer Shebo6
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.4.min.js",
                "scripts\/contentscript.js"
            ]
        }
    ]
}