ShowZone - Download MLB The Show Data
Download your MLB The Show inventory to check your collection progress, build optimized rosters and more.
什麼是ShowZone - Download MLB The Show Data?
ShowZone - Download MLB The Show Data是由https://showzone.gg開發的Chrome擴展程式,該擴展的主要功能是“Download your MLB The Show inventory to check your collection progress, build optimized rosters and more.”。
擴展截圖
下載ShowZone - Download MLB The Show Data擴展crx文件
下載ShowZone - Download MLB The Show Data擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The ShowZone Chrome Extension is the ultimate tool for any MLB The Show player looking to unlock a suite of powerful features to help them take their game to the next level. With just a few clicks, you can download your game data from TheShow.com and start exploring all the features that ShowZone has to offer. Features and benefits: - Download your game data from TheShow.com in just minutes - Generate optimized lineups and rotations to dominate on the field - See detailed stats and ratings for every player in the game to inform your decisions - Filter and sort the player database by stats, position, and more to quickly find the players you need Find out more about how to use the extension and the features available here: https://showzone.gg/extension
擴展基本資訊
名稱 | ShowZone - Download MLB The Show Data |
ID | dpipkeolfkihapflejbdbkcmaniagbih |
官方網址 | https://chromewebstore.google.com/detail/showzone-download-mlb-the/dpipkeolfkihapflejbdbkcmaniagbih |
簡介 | Download your MLB The Show inventory to check your collection progress, build optimized rosters and more. |
檔案大小 | 67.11 KB |
安裝次數 | 6,091 |
目前版本 | 1.7 |
更新時間 | 2023-09-01 |
上架時間 | 2023-03-08 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://showzone.gg |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://showzone.gg/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowZone - Download MLB The Show Data", "description": "Download your MLB The Show inventory to check your collection progress, build optimized rosters and more.", "version": "1.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/showzone.gg\/*", "http:\/\/localhost:3001\/*", "https:\/\/mlb23.theshow.com\/inventory?ownership=owned&type=mlb_card&showzone", "https:\/\/mlb23.theshow.com\/dashboard?showzone" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/sz-icon16.png", "32": "images\/sz-icon32.png", "48": "images\/sz-icon48.png", "128": "images\/sz-icon128.png" } } |