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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |