iCheckNetflixPlus
Searches Netflix for movies in iCheckMovies top lists.
什么是iCheckNetflixPlus?
iCheckNetflixPlus是由Gavin Harrison开发的Chrome扩展程序,该扩展的主要功能是“Searches Netflix for movies in iCheckMovies top lists.”。
扩展截图
下载iCheckNetflixPlus扩展crx文件
下载iCheckNetflixPlus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | iCheckNetflixPlus |
ID | jeinanillnkehhekcipjggepagfdkpjb |
官方URL | https://chromewebstore.google.com/detail/ichecknetflixplus/jeinanillnkehhekcipjggepagfdkpjb |
简介 | Searches Netflix for movies in iCheckMovies top lists. |
文件大小 | 277 KB |
安装次数 | 76 |
当前版本 | 3.0.1 |
更新时间 | 2014-12-21 |
上架时间 | 2014-12-20 |
评分 | 3.25/5 共4次评分 |
开发者 | Gavin Harrison |
付费类型 | free |
支持的语言 | 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" } } |