TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
TNT Movie Guide là gì?
TNT Movie Guide là một tiện ích mở rộng Chrome được phát triển bởi Signature Coding Ltd., và tính năng chính của nó là "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".
Ả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 TNT Movie Guide
Tải xuống các tệp mở rộng TNT Movie Guide 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
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | paakojgpeihghnchnicelbkfpgkoncld |
URL Chính Thức | https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld |
Mô tả | Get showtimes and ratings of the movies in theaters in Trinidad and Tobago. |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2013-02-26 |
Ngày Phát Hành | 2013-02-26 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Signature Coding Ltd. |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TNT Movie Guide", "description": "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.", "version": "1.2.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "tntmgcx_16_icon.png", "48": "tntmgcx_48_icon.png", "128": "tntmgcx_128_icon.png" }, "permissions": [ "http:\/\/tntmovieguide.com\/GetMovies" ] } |