Netflix on IMDB
See if a title is available on Netflix while surfing imdb.
What is Netflix on IMDB?
Netflix on IMDB is a Chrome extension developed by wernersbacher, and its main feature is "See if a title is available on Netflix while surfing imdb.".
Extension Screenshots
Download Netflix on IMDB Extension CRX File
Download Netflix on IMDB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gohbicjpaikdmoocdelnmkbkbdniencl |
Official URL | https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl |
Description | See if a title is available on Netflix while surfing imdb. |
File Size | 44.23 KB |
Installation Count | 174 |
Current Version | 1.1.2 |
Last Updated | 2015-06-10 |
Publish Date | 2015-06-10 |
Rating | 4.00/5 Total 4 Ratings |
Developer | wernersbacher |
Payment Type | free |
Extension Website | http://netflix.wernersbacher.de/ |
Help Page URL | http://netflix.wernersbacher.de/#work |
Supported Languages | 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", " |