TNT Movie Guide
Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.
什么是TNT Movie Guide?
TNT Movie Guide是由Signature Coding Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Get showtimes and ratings of the movies in theaters in Trinidad and Tobago.”。
扩展截图
下载TNT Movie Guide扩展crx文件
下载TNT Movie Guide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TNT Movie Guide provides the showtimes and ratings of movies currently showing in Trinidad and Tobago theaters.
扩展基本信息
名称 | |
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" ] } |