Netflix on IMDB

See if a title is available on Netflix while surfing imdb.

Cos'è Netflix on IMDB?

Netflix on IMDB è un'estensione di Chrome sviluppata da wernersbacher, e la sua funzione principale è "See if a title is available on Netflix while surfing imdb.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix on IMDB

Scarica i file di estensione Netflix on IMDB 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

                        You can now see if a title (movie or series) is available on Netflix.
No need to open an external site - the online status is integrated on imdb.com.

If some content is not in the database yet, users can vote to confirm an online status!

*BETA*
Please report all bugs and feedback! Thank you!
I am not associated with Netflix or imdb, neither is the chrome extension.                    

Informazioni di Base sull'Estensione

Nome Netflix on IMDB Netflix on IMDB
ID gohbicjpaikdmoocdelnmkbkbdniencl
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl
Descrizione See if a title is available on Netflix while surfing imdb.
Dimensione del File 44.23 KB
Conteggio Installazioni 174
Versione Corrente 1.1.2
Ultimo Aggiornamento 2015-06-10
Data di Pubblicazione 2015-06-10
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore wernersbacher
Tipo di Pagamento free
Sito Web dell'Estensione http://netflix.wernersbacher.de/
URL della Pagina di Aiuto http://netflix.wernersbacher.de/#work
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix on IMDB",
    "version": "1.1.2",
    "description": "See if a title is available on Netflix while surfing imdb.",
    "author": "wernersbacher",
    "homepage_url": "https:\/\/m.wernersbacher.de\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/title\/tt*\/*"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}