IMDB - Big images on hover

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

Cos'è IMDB - Big images on hover?

IMDB - Big images on hover è un'estensione di Chrome sviluppata da Shebo6, e la sua funzione principale è "Display big image while hovering Movie/actor/character links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IMDB - Big images on hover

Scarica i file di estensione IMDB - Big images on hover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IMDB - Big images on hover IMDB - Big images on hover
ID phijfjljgflgbpkcehlohliegbieobaj
URL Ufficiale https://chrome.google.com/webstore/detail/imdb-big-images-on-hover/phijfjljgflgbpkcehlohliegbieobaj
Descrizione Display big image while hovering Movie/actor/character links.
Dimensione del File 127 KB
Conteggio Installazioni 51
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-06-21
Data di Pubblicazione 2016-06-21
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore Shebo6
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}