TNT Movie Guide

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

Что такое TNT Movie Guide?

TNT Movie Guide - это расширение Chrome, разработанное Signature Coding Ltd., и его основная функция - "Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TNT Movie Guide

Скачайте файлы расширений TNT Movie Guide в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название TNT Movie Guide TNT Movie Guide
ID paakojgpeihghnchnicelbkfpgkoncld
Официальный URL https://chrome.google.com/webstore/detail/tnt-movie-guide/paakojgpeihghnchnicelbkfpgkoncld
Описание Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
Размер файла 129 KB
Количество установок 64
Текущая Версия 1.2.3
Последнее Обновление 2013-02-26
Дата публикации 2013-02-26
Рейтинг 4.80/5 Всего 5 оценок
Разработчик Signature Coding Ltd.
Тип оплаты free
Поддерживаемые языки 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"
    ]
}