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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://aviewfrommyseat.com และคุณลักษณะหลักของมันคือ "Adds photos to the TicketMaster.com ticket pages so you can see the view before buying tickets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A View From My Seat for TicketMaster.com

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}