A View From My Seat on StubHub!

Adds photos to the StubHub ticket page, so you can see the view before buying tickets.

Τι είναι το A View From My Seat on StubHub!;

Το A View From My Seat on StubHub! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://aviewfrommyseat.com, και η κύρια λειτουργία του είναι "Adds photos to the StubHub ticket page, so you can see the view before buying tickets.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης A View From My Seat on StubHub!

Λήψη αρχείων επέκτασης A View From My Seat on StubHub! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will automatically add a photo section to Stubhub's ticket page 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 Stubhub 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα A View From My Seat on StubHub! A View From My Seat on StubHub!
ID lncacmalemdlkcilkllecmgppehdddch
Επίσημο URL https://chrome.google.com/webstore/detail/a-view-from-my-seat-on-st/lncacmalemdlkcilkllecmgppehdddch
Περιγραφή Adds photos to the StubHub ticket page, so you can see the view before buying tickets.
Μέγεθος Αρχείου 57.63 KB
Αριθμός Εγκαταστάσεων 527
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2015-11-03
Ημερομηνία Δημοσίευσης 2015-11-03
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://aviewfrommyseat.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://aviewfrommyseat.com
Διεύθυνση URL της Σελίδας Βοήθειας http://aviewfrommyseat.com/extensions/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A View From My Seat on StubHub!",
    "version": "2.0.1",
    "author": "aviewfrommyseat.com",
    "homepage_url": "http:\/\/aviewfrommyseat.com\/extensions\/",
    "short_name": "aviewfrommyseat",
    "manifest_version": 2,
    "description": "Adds photos to the StubHub ticket page, so you can see the view before buying tickets.",
    "icons": {
        "128": "avfms_128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/aviewfrommyseat.com\/",
        "https:\/\/aviewfrommyseat.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.stubhub.com\/*",
                "http:\/\/www.stubhub.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "mystyles.css",
        "jquery.js",
        "content_script.js",
        "background.html"
    ]
}