TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
Qu'est-ce que TNT Movie Guide ?
TNT Movie Guide est une extension Chrome développée par Signature Coding Ltd., et sa fonction principale est "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TNT Movie Guide
Téléchargez les fichiers d'extension TNT Movie Guide au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
Informations de Base sur l'Extension
Nom | |
ID | paakojgpeihghnchnicelbkfpgkoncld |
URL Officiel | https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld |
Description | Get showtimes and ratings of the movies in theaters in Trinidad and Tobago. |
Taille du Fichier | 129 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2013-02-26 |
Date de Publication | 2013-02-26 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Signature Coding Ltd. |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |