SOS Ticket Extension
Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.
What is SOS Ticket Extension?
SOS Ticket Extension is a Chrome extension developed by Shows On Sale, and its main feature is "Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.".
Extension Screenshots
Download SOS Ticket Extension Extension CRX File
Download SOS Ticket Extension 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
Extension for all ticket related websites provided by showsonsale
Extension Basic Information
Name | SOS Ticket Extension |
ID | bciapecjfmaegmfpofmbfigkoagdknpj |
Official URL | https://chromewebstore.google.com/detail/sos-ticket-extension/bciapecjfmaegmfpofmbfigkoagdknpj |
Description | Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces. |
File Size | 3.46 MB |
Installation Count | 3,752 |
Current Version | 1.9.3.1 |
Last Updated | 2024-02-28 |
Publish Date | 2021-11-13 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Shows On Sale |
[email protected] | |
Payment Type | free |
Extension Website | https://showsonsale.com/ |
Help Page URL | https://www.showsonsale.com/contact |
Privacy Policy Page URL | https://www.showsonsale.com/terms |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SOS Ticket Extension", "version": "1.9.3.1", "version_name": "1.9.3.1", "description": "Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.", "manifest_version": 3, "icons": { "128": "assets\/favicon.png", "16": "assets\/favicon.png", "32": "assets\/favicon.png", "48": "assets\/favicon.png" }, "permissions": [ "activeTab", "storage", "scripting", "http:\/\/*\/*", "https:\/\/*\/*" ], "host_permissions": [ "*:\/\/*.ticketmaster.com\/*", "*:\/\/*.livenation.com\/*", "*:\/\/*.ticketmaster.ca\/*", "*:\/\/*.livenation.ca\/*", "https:\/\/unifiedapicommerce.us-prod0.axs.com\/*", "https:\/\/www.stubhub.com\/*", "https:\/\/www.stubhub.ca\/*", "https:\/\/www.viagogo.com\/*", "*:\/\/*.seatgeek.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/tix.axs.com\/*", "*:\/\/www.stubhub.com\/*", "*:\/\/www.stubhub.ca\/*", "*:\/\/www.viagogo.com\/*", "*:\/\/www.viagogo.ca\/*", "*:\/\/www.seatgeek.com\/*", "*:\/\/*.ticketmaster.com\/*", "*:\/\/*.ticketmaster.ca\/*", "*:\/\/*.livenation.com\/*", "*:\/\/*.livenation.ca\/*" ], "run_at": "document_start", "js": [ "assets\/js\/content-script\/inject.js", "assets\/js\/jquery\/jquery-3.6.0.min.js", "assets\/tm_background.js", "assets\/sh_background.js" ] } ], "action": { "default_icon": "assets\/favicon.png", "default_popup": "index.html" }, "commands": { "_execute_action": { "suggested_key": { "mac": "MacCtrl+Q", "windows": "Ctrl+Q" }, "description": "Start the extension" } }, "web_accessible_resources": [ { "resources": [ "assets\/js\/content-script\/xhr.js", "assets\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } ] } |