iCheckNetflixPlus
Searches Netflix for movies in iCheckMovies top lists.
What is iCheckNetflixPlus?
iCheckNetflixPlus is a Chrome extension developed by Gavin Harrison, and its main feature is "Searches Netflix for movies in iCheckMovies top lists.".
Extension Screenshots
Download iCheckNetflixPlus Extension CRX File
Download iCheckNetflixPlus 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
Adds links to Netflix pages for the unchecked movies in iCheckMovies.com top lists, movie pages and search pages. Must be logged into netflix.com for the extension to work. If a movie is not found, or not available, links to the Netflix search page, or Netflix movie page are still added. Update 3.0.1 (12/20/2014) Added links to /movies/unchecked/ Update 3.0 (12/16/2014) Complete re-write.
Extension Basic Information
Name | iCheckNetflixPlus |
ID | jeinanillnkehhekcipjggepagfdkpjb |
Official URL | https://chromewebstore.google.com/detail/ichecknetflixplus/jeinanillnkehhekcipjggepagfdkpjb |
Description | Searches Netflix for movies in iCheckMovies top lists. |
File Size | 277 KB |
Installation Count | 76 |
Current Version | 3.0.1 |
Last Updated | 2014-12-21 |
Publish Date | 2014-12-20 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Gavin Harrison |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iCheckNetflixPlus", "version": "3.0.1", "description": "Searches Netflix for movies in iCheckMovies top lists.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery\/dist\/jquery.min.map", "bower_components\/underscore\/underscore-min.js", "bower_components\/underscore\/underscore-min.map" ], "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.icheckmovies.com\/lists\/*" ], "css": [ "list.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "list.js" ] }, { "matches": [ "https:\/\/www.icheckmovies.com\/movies\/unchecked\/*" ], "css": [ "list.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "list.js" ] }, { "matches": [ "https:\/\/www.icheckmovies.com\/movies\/*" ], "css": [ "movie.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "movie.js" ] } ], "permissions": [ "https:\/\/www.icheckmovies.com\/*", "http:\/\/www.icheckmovies.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |