Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
什么是Netflix Rating?
Netflix Rating是由Maya Benjamin开发的Chrome扩展程序,该扩展的主要功能是“View IMDB and Rotten Tomatoes scores inside Netflix!”。
扩展截图
下载Netflix Rating扩展crx文件
下载Netflix Rating扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use.
Version 2.0:
* Can now view Rotten Tomatoes scores!
* Added menu to choose which scores to view.
Version 1.1:
* Added support for gallery view.
* Added support for search. 扩展基本信息
| 名称 | |
| ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
| 官方URL | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
| 简介 | View IMDB and Rotten Tomatoes scores inside Netflix! |
| 文件大小 | 20.55 KB |
| 安装次数 | 259 |
| 当前版本 | 2.0.6 |
| 更新时间 | 2022-03-05 |
| 上架时间 | 2020-05-02 |
| 评分 | 3.67/5 共6次评分 |
| 开发者 | Maya Benjamin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Rating",
"version": "2.0.6",
"description": "View IMDB and Rotten Tomatoes scores inside Netflix!",
"permissions": [
"*:\/\/*.netflix.com\/browse",
"storage"
],
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/browse\/*"
],
"js": [
"NetflixRating.js"
]
}
],
"web_accessible_resources": [
"images\/*.png"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |