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 |
| 官方網址 | 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
} | |