TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
O que é TNT Movie Guide?
TNT Movie Guide é uma extensão do Chrome desenvolvida por Signature Coding Ltd., e sua principal característica é "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TNT Movie Guide
Baixe arquivos de extensão TNT Movie Guide no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
Informações Básicas da Extensão
Nome | |
ID | paakojgpeihghnchnicelbkfpgkoncld |
URL Oficial | https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld |
Descrição | Get showtimes and ratings of the movies in theaters in Trinidad and Tobago. |
Tamanho do Arquivo | 129 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.2.3 |
Última Atualização | 2013-02-26 |
Data de Publicação | 2013-02-26 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | Signature Coding Ltd. |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |