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! là gì?
A View From My Seat on StubHub! là một tiện ích mở rộng Chrome được phát triển bởi http://aviewfrommyseat.com, và tính năng chính của nó là "Adds photos to the StubHub ticket page, so you can see the view before buying tickets.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng A View From My Seat on StubHub!
Tải xuống các tệp mở rộng A View From My Seat on StubHub! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lncacmalemdlkcilkllecmgppehdddch |
URL Chính Thức | https://chrome.google.com/webstore/detail/a-view-from-my-seat-on-st/lncacmalemdlkcilkllecmgppehdddch |
Mô tả | Adds photos to the StubHub ticket page, so you can see the view before buying tickets. |
Kích Thước Tệp | 57.63 KB |
Số Lần Cài Đặt | 527 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2015-11-03 |
Ngày Phát Hành | 2015-11-03 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://aviewfrommyseat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://aviewfrommyseat.com |
URL Trang Trợ Giúp | http://aviewfrommyseat.com/extensions/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |