TicketFire - Sports Concerts Theater Tickets
Discover popular and upcoming events in your area.
What is TicketFire - Sports Concerts Theater Tickets?
TicketFire - Sports Concerts Theater Tickets is a Chrome extension developed by https://ticketfire.com, and its main feature is "Discover popular and upcoming events in your area.".
Extension Screenshots
Download TicketFire - Sports Concerts Theater Tickets Extension CRX File
Download TicketFire - Sports Concerts Theater Tickets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Buy tickets to sports, concerts, and theater events with TicketFire. TicketFire has the lowest prices in the industry and over $1 billion of verified ticket inventory. The price you see is the price you pay, no hidden fees! Purchased tickets are delivered to your phone via text message to make your life easy and convenient! Search popular events in your area and see what's hot! Or take a look at the upcoming events and get tickets before they sell out. Download the TicketFire mobile app for added functionality, available for iOS and android devices.
Extension Basic Information
Name | TicketFire - Sports Concerts Theater Tickets |
ID | oebnjpldohloalmnbifhdajohjhldpdk |
Official URL | https://chromewebstore.google.com/detail/ticketfire-sports-concert/oebnjpldohloalmnbifhdajohjhldpdk |
Description | Discover popular and upcoming events in your area. |
File Size | 2.86 MB |
Installation Count | 25 |
Current Version | 1.10 |
Last Updated | 2017-12-09 |
Publish Date | 2017-12-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://ticketfire.com |
Payment Type | free |
Extension Website | https://ticketfire.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TicketFire - Sports Concerts Theater Tickets", "description": "Discover popular and upcoming events in your area.", "version": "1.10", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "extension.html" }, "web_accessible_resources": [ "font-awesome.min.css" ], "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "extension.js" ], "matches": [ "https:\/\/int.ticketfire.com\/*" ], "run_at": "document_end" } ], "permissions": [ "geolocation", "storage" ] } |