SOS Ticket Extension
Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.
什么是SOS Ticket Extension?
SOS Ticket Extension是由Shows On Sale开发的Chrome扩展程序,该扩展的主要功能是“Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces.”。
扩展截图
下载SOS Ticket Extension扩展crx文件
下载SOS Ticket Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for all ticket related websites provided by showsonsale
扩展基本信息
名称 | SOS Ticket Extension |
ID | bciapecjfmaegmfpofmbfigkoagdknpj |
官方URL | https://chromewebstore.google.com/detail/sos-ticket-extension/bciapecjfmaegmfpofmbfigkoagdknpj |
简介 | Industry-leading Data Tool for Primary & Secondary Ticket Marketplaces. |
文件大小 | 3.46 MB |
安装次数 | 3,752 |
当前版本 | 1.9.3.1 |
更新时间 | 2024-02-28 |
上架时间 | 2021-11-13 |
评分 | 4.00/5 共4次评分 |
开发者 | Shows On Sale |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://showsonsale.com/ |
帮助页面URL | https://www.showsonsale.com/contact |
隐私政策页面URL | https://www.showsonsale.com/terms |
支持的语言 | 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:\/\/*\/*", "*:\/\/*\/*" ] } ] } |