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.

A View From My Seat for TicketMaster.comとは何ですか?

A View From My Seat for TicketMaster.comはhttp://aviewfrommyseat.comによって開発されたChromeの拡張機能で、その主な機能は「Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

A View From My Seat for TicketMaster.com拡張機能のCRXファイルをダウンロード

A View From My Seat for TicketMaster.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 A View From My Seat for TicketMaster.com A View From My Seat for TicketMaster.com
ID gfkpklmndeghdkjiknidmmpekgebhnli
公式URL https://chrome.google.com/webstore/detail/a-view-from-my-seat-for-t/gfkpklmndeghdkjiknidmmpekgebhnli
説明 Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets.
ファイルサイズ 52.18 KB
インストール数 375
現在のバージョン 2.0
最終更新日 2015-10-27
公開日 2015-10-27
評価 4.15/5 合計 13 レビュー
開発者 http://aviewfrommyseat.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://aviewfrommyseat.com
対応言語 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"
    ]
}