A View From My Seat for TicketMaster.com
Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets.
Qu'est-ce que A View From My Seat for TicketMaster.com ?
A View From My Seat for TicketMaster.com est une extension Chrome développée par http://aviewfrommyseat.com, et sa fonction principale est "Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension A View From My Seat for TicketMaster.com
Téléchargez les fichiers d'extension A View From My Seat for TicketMaster.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will automatically add a photo section to most of Ticketmaster's ticket pages so you can see the view before purchasing tickets. All photos are shared from fans who have been there, and usually include a seat rating and comments. How to use: 1. Install 2. When ever you go to Ticketmaster, or any site that uses Ticketmaster, to look for tickets; photos will be there to help you out. 3. Forget about it. Tested on over 1000 venues. A View From My Seat is 100% fan supported. Help other fans by sharing some of your photos from the game.
Informations de Base sur l'Extension
Nom | |
ID | gfkpklmndeghdkjiknidmmpekgebhnli |
URL Officiel | https://chrome.google.com/webstore/detail/a-view-from-my-seat-for-t/gfkpklmndeghdkjiknidmmpekgebhnli |
Description | Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets. |
Taille du Fichier | 52.18 KB |
Nombre d'Installations | 375 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-10-27 |
Date de Publication | 2015-10-27 |
Évaluation | 4.15/5 Total 13 Évaluations |
Développeur | http://aviewfrommyseat.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://aviewfrommyseat.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "A View From My Seat for TicketMaster.com", "version": "2.0", "manifest_version": 2, "author": "aviewfrommyseat.com", "homepage_url": "http:\/\/aviewfrommyseat.com\/extensions\/", "short_name": "aviewfrommyseat", "description": "Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets.", "icons": { "128": "avfms_tm_128x128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.ticketmaster.com\/*", "*:\/\/www.ticketmaster.ca\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "content_script.js" ] } ], "permissions": [ "http:\/\/aviewfrommyseat.com\/", "https:\/\/aviewfrommyseat.com\/" ], "web_accessible_resources": [ "mystyles.css", "jquery.js", "content_script.js", "background.html" ] } |