TNT Movie Guide

Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.

Cos'è TNT Movie Guide?

TNT Movie Guide è un'estensione di Chrome sviluppata da Signature Coding Ltd., e la sua funzione principale è "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TNT Movie Guide

Scarica i file di estensione TNT Movie Guide in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.                    

Informazioni di Base sull'Estensione

Nome TNT Movie Guide TNT Movie Guide
ID paakojgpeihghnchnicelbkfpgkoncld
URL Ufficiale https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld
Descrizione Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
Dimensione del File 129 KB
Conteggio Installazioni 64
Versione Corrente 1.2.3
Ultimo Aggiornamento 2013-02-26
Data di Pubblicazione 2013-02-26
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Signature Coding Ltd.
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}