IMDB - Big images on hover

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

Wat is IMDB - Big images on hover?

IMDB - Big images on hover is een Chrome-extensie ontwikkeld door Shebo6, en de belangrijkste functie is "Display big image while hovering Movie/actor/character links.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie IMDB - Big images on hover

Download IMDB - Big images on hover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
Officiële URL https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Beschrijving Display big image while hovering Movie/actor/character links.
Bestandsgrootte 127 KB
Aantal Installaties 51
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-06-21
Publicatiedatum 2016-06-21
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Shebo6
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}