FlixiMDb
Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
FlixiMDb là gì?
FlixiMDb là một tiện ích mở rộng Chrome được phát triển bởi skrassiev, và tính năng chính của nó là "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlixiMDb
Tải xuống các tệp mở rộng FlixiMDb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Install this extension and see the IMDB movie rating between other movie details on Netflix site Version 8.1.3: - fixed titles matching with missing articles a/an/the.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpdokalkjebjipooahikakghjpfaplge |
URL Chính Thức | https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge |
Mô tả | Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating. |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 8.1.3 |
Cập Nhật Lần Cuối | 2014-11-14 |
Ngày Phát Hành | 2014-11-14 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | skrassiev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlixiMDb", "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.", "version": "8.1.3", "content_scripts": [ { "js": [ "assets\/js\/jquery.js", "assets\/js\/jquery.watch-2.0.min.js", "assets\/js\/lodash.js", "classes\/class.netflix.js", "classes\/class.imdb.js", "classes\/init.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "page_action": { "default_title": "FlixiMDb" }, "web_accessible_resources": [ "assets\/js\/jquery.min.map" ], "icons": { "128": "assets\/img\/netfliximdb_128.png" }, "permissions": [ "storage" ], "minimum_chrome_version": "17.0", "manifest_version": 2 } |