TomatoFlix
Add RottenTomatoes ratings to Netflix
什么是TomatoFlix?
TomatoFlix是由http://heatherrivers.com开发的Chrome扩展程序,该扩展的主要功能是“Add RottenTomatoes ratings to Netflix”。
扩展截图
下载TomatoFlix扩展crx文件
下载TomatoFlix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix. 扩展基本信息
| 名称 | |
| ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
| 官方URL | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
| 简介 | Add RottenTomatoes ratings to Netflix |
| 文件大小 | 83.15 KB |
| 安装次数 | 107 |
| 当前版本 | 2.1.2 |
| 更新时间 | 2014-09-28 |
| 上架时间 | 2014-09-28 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | http://heatherrivers.com |
| 付费类型 | free |
| 扩展官网 | http://heatherrivers.com/projects/tomatoflix |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TomatoFlix",
"version": "2.1.2",
"description": "Add RottenTomatoes ratings to Netflix",
"icons": {
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"permissions": [
"tabs",
"*:\/\/*.netflix.com\/*",
"*:\/\/api.rottentomatoes.com\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"jquery-1.7.1.min.js",
"mustache.js",
"tomatoflix-compiled.js"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
"content.css",
"img\/external.png",
"img\/poster-default-30.png",
"img\/rating-certified-fresh-16.png",
"img\/rating-fresh-16.png",
"img\/rating-rotten-16.png",
"img\/rating-upright-16.png",
"img\/rating-spilled-16.png"
],
"manifest_version": 2
} | |