Ticket Master Data
TRT's TM/LV Tool, for members only
Ticket Master Dataとは何ですか?
Ticket Master Dataはhttps://ticketresaleteam.comによって開発されたChromeの拡張機能で、その主な機能は「TRT's TM/LV Tool, for members only」です。
拡張機能のスクリーンショット
Ticket Master Data拡張機能のCRXファイルをダウンロード
Ticket Master Data拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Ticket Resale Team counter provides users information about how a specific event is selling. This information helps members in many ways. The extension provides members with the amount of tickets remaining for an event. This allows members to decide if they should purchase this event or not. Having information on how many tickets are left really helps our users. This extension provides information for ticketmaster events
拡張機能の基本情報
名前 | Ticket Master Data |
ID | pghmiecjdbdaibecngmefbdmglkcboof |
公式URL | https://chromewebstore.google.com/detail/ticket-master-data/pghmiecjdbdaibecngmefbdmglkcboof |
説明 | TRT's TM/LV Tool, for members only |
ファイルサイズ | 204 KB |
インストール数 | 675 |
現在のバージョン | 1.1.1 |
最終更新日 | 2021-10-08 |
公開日 | 2019-11-07 |
開発者 | https://ticketresaleteam.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ticket Master Data", "description": "TRT's TM\/LV Tool, for members only", "version": "1.1.1", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "permissions": [ "*:\/\/*.livenation.com\/event\/*", "*:\/\/*.livenation.ca\/event\/*", "*:\/\/*.livenation.com\/*\/event\/*", "*:\/\/*.livenation.ca\/*\/event\/*", "*:\/\/*.ticketmaster.com\/*\/event\/*", "*:\/\/*.ticketmaster.com\/event\/*", "*:\/\/*.ticketmaster.ca\/*\/event\/*", "*:\/\/*.ticketmaster.ca\/event\/*", "*:\/\/my.ticketmaster.com\/*", "*:\/\/my.ticketmaster.ca\/*", "*:\/\/my.livenation.com\/*", "*:\/\/my.livenation.ca\/*", "https:\/\/*.ticketweb.com\/*", "https:\/\/*.ticketweb.ca\/*", "https:\/\/*.stubhub.com\/*", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup.html" } } } |