TNT Movie Guide

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

Vad är TNT Movie Guide?

TNT Movie Guide är en Chrome-tillägg utvecklad av Signature Coding Ltd., och dess huvudfunktion är "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TNT Movie Guide-förlängningens CRX-fil

Ladda ner TNT Movie Guide-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TNT Movie Guide TNT Movie Guide
ID paakojgpeihghnchnicelbkfpgkoncld
Officiell webbadress https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld
Beskrivning Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
Filstorlek 129 KB
Antal Installationer 64
Aktuell Version 1.2.3
Senast Uppdaterad 2013-02-26
Publiceringsdatum 2013-02-26
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Signature Coding Ltd.
Betalningssätt free
Stödda Språk 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"
    ]
}