IMDB - Big images on hover

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

Was ist IMDB - Big images on hover?

IMDB - Big images on hover ist eine Chrome-Erweiterung, die von Shebo6 entwickelt wurde, und ihr Hauptmerkmal ist "Display big image while hovering Movie/actor/character links.".

Erweiterungsscreenshots

screenshot
screenshot

IMDB - Big images on hover-Erweiterungs-CRX-Datei herunterladen

Laden Sie IMDB - Big images on hover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
Offizielle URL https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Beschreibung Display big image while hovering Movie/actor/character links.
Dateigröße 127 KB
Installationsanzahl 51
Aktuelle Version 0.0.2
Letztes Update 2016-06-21
Veröffentlichungsdatum 2016-06-21
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler Shebo6
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}