Netflix on IMDB

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

Co je Netflix on IMDB?

Netflix on IMDB je rozšíření Chrome vyvinuté wernersbacher, a jeho hlavní funkcí je „See if a title is available on Netflix while surfing imdb.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Netflix on IMDB

Stáhněte si soubory rozšíření Netflix on IMDB ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Netflix on IMDB Netflix on IMDB
ID gohbicjpaikdmoocdelnmkbkbdniencl
Oficiální URL https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl
Popis See if a title is available on Netflix while surfing imdb.
Velikost souboru 44.23 KB
Počet instalací 174
Aktuální Verze 1.1.2
Poslední Aktualizace 2015-06-10
Datum Vydání 2015-06-10
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář wernersbacher
Typ Platby free
Webové stránky Rozšíření http://netflix.wernersbacher.de/
URL Stránky Nápovědy http://netflix.wernersbacher.de/#work
Podporované Jazyky 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"
    }
}