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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |