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."입니다.
확장 프로그램 스크린샷
A View From My Seat on StubHub! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |