TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
Was ist TNT Movie Guide?
TNT Movie Guide ist eine Chrome-Erweiterung, die von Signature Coding Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".
Erweiterungsscreenshots
TNT Movie Guide-Erweiterungs-CRX-Datei herunterladen
Laden Sie TNT Movie Guide-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
Grundlegende Informationen zur Erweiterung
Name | |
ID | paakojgpeihghnchnicelbkfpgkoncld |
Offizielle URL | https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld |
Beschreibung | Get showtimes and ratings of the movies in theaters in Trinidad and Tobago. |
Dateigröße | 129 KB |
Installationsanzahl | 64 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2013-02-26 |
Veröffentlichungsdatum | 2013-02-26 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | Signature Coding Ltd. |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |