SOS Ticket Extension
Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.
Wat is SOS Ticket Extension?
SOS Ticket Extension is een Chrome-extensie ontwikkeld door Shows On Sale, en de belangrijkste functie is "Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.".
Extensie Screenshots
Download het CRX-bestand van de extensie SOS Ticket Extension
Download SOS Ticket Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension for all ticket related websites provided by showsonsale
Basisinformatie over de Extensie
Naam | SOS Ticket Extension |
ID | bciapecjfmaegmfpofmbfigkoagdknpj |
Officiële URL | https://chromewebstore.google.com/detail/sos-ticket-extension/bciapecjfmaegmfpofmbfigkoagdknpj |
Beschrijving | Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces. |
Bestandsgrootte | 3.46 MB |
Aantal Installaties | 3,752 |
Huidige Versie | 1.9.3.1 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2021-11-13 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Shows On Sale |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://showsonsale.com/ |
Help Pagina-URL | https://www.showsonsale.com/contact |
URL van de Privacybeleid Pagina | https://www.showsonsale.com/terms |
Ondersteunde Talen | 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:\/\/*\/*", "*:\/\/*\/*" ] } ] } |