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!是由http://aviewfrommyseat.com開發的Chrome擴展程式,該擴展的主要功能是“Adds photos to the StubHub ticket page, so you can see the view before buying tickets.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載A View From My Seat on StubHub!擴展crx文件

下載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
官方網址 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"
    ]
}