Netflix on IMDB
See if a title is available on Netflix while surfing imdb.
Co to jest Netflix on IMDB?
Netflix on IMDB to rozszerzenie Chrome opracowane przez wernersbacher, a jego główną funkcją jest „See if a title is available on Netflix while surfing imdb.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix on IMDB
Pobierz pliki rozszerzeń Netflix on IMDB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gohbicjpaikdmoocdelnmkbkbdniencl |
Oficjalny URL | https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl |
Opis | See if a title is available on Netflix while surfing imdb. |
Rozmiar pliku | 44.23 KB |
Liczba instalacji | 174 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2015-06-10 |
Data Publikacji | 2015-06-10 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | wernersbacher |
Typ Płatności | free |
Strona Rozszerzenia | http://netflix.wernersbacher.de/ |
Adres URL Strony Pomocy | http://netflix.wernersbacher.de/#work |
Obsługiwane Języki | 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", " |