IMDb Runtime

Convert IMDb movie/tv runtimes to hours and minutes.

Cos'è IMDb Runtime?

IMDb Runtime è un'estensione di Chrome sviluppata da Terkel Gjervig, e la sua funzione principale è "Convert IMDb movie/tv runtimes to hours and minutes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IMDb Runtime

Scarica i file di estensione IMDb Runtime 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

                        Automatically convert runtimes on IMDb to hours and minutes for easier reading.                    

Informazioni di Base sull'Estensione

Nome IMDb Runtime IMDb Runtime
ID gclighdbiijnjlnjljgnamaibjkemffj
URL Ufficiale https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj
Descrizione Convert IMDb movie/tv runtimes to hours and minutes.
Dimensione del File 8.62 KB
Conteggio Installazioni 55
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-01-03
Data di Pubblicazione 2015-01-02
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Terkel Gjervig
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "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"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imdb.com\/*",
                "http:\/\/www.imdb.com\/*",
                "https:\/\/imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}