Netflix Rate
Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
什么是Netflix Rate?
Netflix Rate是由https://netflix.burtonthird.com开发的Chrome扩展程序,该扩展的主要功能是“Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.”。
扩展截图
下载Netflix Rate扩展crx文件
下载Netflix Rate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings. Note: This extension is not affiliated with Netflix in any way. International Users: Only English movie titles work currently, translation may be in a future update.
扩展基本信息
名称 | Netflix Rate |
ID | cofjbfnpecflopfknbpnhhpnegbflfph |
官方URL | https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph |
简介 | Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage. |
文件大小 | 247 KB |
安装次数 | 1,259 |
当前版本 | 1.3.47 |
更新时间 | 2015-04-17 |
上架时间 | 2015-04-16 |
评分 | 2.86/5 共36次评分 |
开发者 | https://netflix.burtonthird.com |
付费类型 | free |
扩展官网 | http://netflix.burtonthird.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "libs\/jquery-2.0.3.min.js", "libs\/bootstrap.min.js", "js\/ratings.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ] } ], "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "Netflix Rate", "permissions": [ "storage", "http:\/\/www.omdbapi.com\/*", "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/netflix.burtonthird.com\/*", "http:\/\/api.themoviedb.org\/*", "https:\/\/byroredux-metacritic.p.mashape.com\/*", "http:\/\/api.rottentomatoes.com\/*" ], "short_name": "Netflix Rate", "version": "1.3.47", "web_accessible_resources": [ "css\/ratings.css", "img\/imdbSprite.png", "img\/tomatoSprite.png" ] } |