IMDb movie tooltip

Movie popup tooltip for imdb

What is IMDb movie tooltip?

IMDb movie tooltip is a Chrome extension developed by Jelly Corp, and its main feature is "Movie popup tooltip for imdb".

Extension Screenshots

screenshot

Download IMDb movie tooltip Extension CRX File

Download IMDb movie tooltip 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

                        Movie popup tooltip for imdb that can show

* movie name
* poster
* imdb and metacritics score
* director
* actors

You just need to hold your mouse on the movie title                    

Extension Basic Information

Name IMDb movie tooltip IMDb movie tooltip
ID icdihmnhalbndlflelahijhpglmoafoe
Official URL https://chrome.google.com/webstore/detail/imdb-movie-tooltip/icdihmnhalbndlflelahijhpglmoafoe
Description Movie popup tooltip for imdb
File Size 98.75 KB
Installation Count 67
Current Version 1.0.0.1
Last Updated 2017-08-02
Publish Date 2017-08-02
Rating 4.33/5 Total 6 Ratings
Developer Jelly Corp
Payment Type free
Extension Website https://github.com/SerhiiStets/imdb-movie-tooltip
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb movie tooltip",
    "short_name": "IMDb tooltip",
    "description": "Movie popup tooltip for imdb",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "css": [
                "\/assets\/css\/styles.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "\/assets\/js\/content.js"
            ],
            "matches": [
                "http:\/\/www.imdb.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}