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