IMDb ratings on Netflix
View IMDb ratings on Netflix
什麼是IMDb ratings on Netflix?
IMDb ratings on Netflix是由fetchflix.info開發的Chrome擴展程式,該擴展的主要功能是“View IMDb ratings on Netflix”。
擴展截圖
下載IMDb ratings on Netflix擴展crx文件
下載IMDb ratings on Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
== NO TRACKING, We respect your privacy == It's irritating when you have to open a new tab and search for ratings of movies, while you are trying to find a movie to watch on Netflix. Using this extension you can see IMDb rating of movies directly on Netflix. Supported Ratings: 1. IMDb (along with vote count) 2. Rotten tomatoes 3. Meta critic How to use extension : https://www.youtube.com/watch?v=3T9Yqz5ivAk Firefox add-on : https://addons.mozilla.org/en-US/firefox/addon/imdb-ratings-on-netflix/ Github link : https://github.com/pawanmaurya/imdb-ratings-on-netflix/tree/master For any feedback please reach out to : [email protected] ### Version 0.149 updates: Updated extension to work with new Netflix layout
擴展基本資訊
名稱 | IMDb ratings on Netflix |
ID | ohonjgnjobblbhfeamidafpnbkppbljh |
官方網址 | https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/ohonjgnjobblbhfeamidafpnbkppbljh |
簡介 | View IMDb ratings on Netflix |
檔案大小 | 6.4 KB |
安裝次數 | 6,763 |
目前版本 | 0.149 |
更新時間 | 2021-01-20 |
上架時間 | 2020-01-26 |
評分 | 2.85/5 共 34 次評分 |
開發者 | fetchflix.info |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDb ratings on Netflix", "version": "0.149", "description": "View IMDb ratings on Netflix", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.omdbapi.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.omdbapi.com\/*" ] } |