TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
What is TNT Movie Guide?
TNT Movie Guide is a Chrome extension developed by Signature Coding Ltd., and its main feature is "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".
Extension Screenshots
Download TNT Movie Guide Extension CRX File
Download TNT Movie Guide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
Extension Basic Information
Name | |
ID | paakojgpeihghnchnicelbkfpgkoncld |
Official URL | https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld |
Description | Get showtimes and ratings of the movies in theaters in Trinidad and Tobago. |
File Size | 129 KB |
Installation Count | 64 |
Current Version | 1.2.3 |
Last Updated | 2013-02-26 |
Publish Date | 2013-02-26 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Signature Coding Ltd. |
Payment Type | free |
Supported Languages | 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" ] } |