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. 擴展基本資訊
| 名稱 | |
| ID | cofjbfnpecflopfknbpnhhpnegbflfph |
| 官方網址 | 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"
]
} | |