TomatoFlix
Add RottenTomatoes ratings to Netflix
TomatoFlix là gì?
TomatoFlix là một tiện ích mở rộng Chrome được phát triển bởi http://heatherrivers.com, và tính năng chính của nó là "Add RottenTomatoes ratings to Netflix".
Ả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 TomatoFlix
Tải xuống các tệp mở rộng TomatoFlix 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
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
URL Chính Thức | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
Mô tả | Add RottenTomatoes ratings to Netflix |
Kích Thước Tệp | 83.15 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2014-09-28 |
Ngày Phát Hành | 2014-09-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://heatherrivers.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://heatherrivers.com/projects/tomatoflix |
Ngôn Ngữ Được Hỗ Trợ | 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 } |