Hero Wars Simulator HWA
Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles.
Hero Wars Simulator HWA란 무엇입니까?
Hero Wars Simulator HWA은(는) https://hw-simulator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles."입니다.
확장 프로그램 스크린샷
Hero Wars Simulator HWA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hero Wars Simulator HWA This version requires Hero Wars Assistant to run Enhances the Hero Wars game experience with the following additional functionality: 1) Lets you calculate the result of a arena, guild war, guild raid and cross server battles with the last known hero strength that the extension has seen in battle replays (e.g. arena or guild war battle) 2) Lets you simulate 100 battles with the same team to predict your winning chances against other teams in guild war or arena battles. 3) Lets you simulate fights against partially defeated teams with initial energy from Guild War and Clash of Worlds. 4) Lets you simulate buffed attacks from Clash of Worlds 5) Track Community gifts. Click the links to collect them. 6) Extends the logs (Arena, Grand Arena, Guild War, Guild Raid, Clash of Worlds) and makes it more easy to get information about teams. 7) Logs and Heroes are shared online. Get latest information about hero strength, patronage used in arena and grand arena, latest known hidden grand arena teams and information how guild mates do in arena to use that information for guild war assignments. 8) Show information about next totem level and emeralds spent. Planned future functionality: 1) Guild war planning support 2) Tournament of element support 3) Many more .... Supported Platforms: - Web - FB - VK - OK - MG Requirements: This version requires that Hero Wars Assistant is installed and enabled See: https://chrome.google.com/webstore/detail/hero-wars-assistant/mbffmikhmagljbpojlampkojpbabdbbo?hl=en By installing this extension you agree to the terms of usage and the privacy policy: - https://www.hw-simulator.com/#/home - https://www.hw-simulator.com/#/privacy
확장 프로그램 기본 정보
이름 | Hero Wars Simulator HWA |
ID | amljicclgeinlgkjmockkllmcenhaokc |
공식 URL | https://chromewebstore.google.com/detail/hero-wars-simulator-hwa/amljicclgeinlgkjmockkllmcenhaokc |
설명 | Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles. |
파일 크기 | 724 KB |
설치 횟수 | 280 |
현재 버전 | 1.3.24 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2023-01-23 |
개발자 | https://hw-simulator.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.hw-simulator.com |
도움말 페이지 URL | https://discord.gg/phkgMhJDK5 |
개인정보 보호 정책 페이지 URL | https://www.hw-simulator.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hero Wars Simulator HWA", "description": "Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles.", "version": "1.3.24", "manifest_version": 3, "icons": { "128": "images\/HIcon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "images\/HIcon-128.png" }, "default_title": "Hero Wars - Simulator" }, "content_scripts": [ { "all_frames": true, "js": [ "contentscript.js" ], "matches": [ "https:\/\/i.hero-wars-fb.com\/*", "https:\/\/apps-1701433570146040.apps.fbsbx.com\/*", "https:\/\/www.hero-wars.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "contentscript2.js" ], "matches": [ "https:\/\/www.hw-simulator.com\/*" ], "run_at": "document_start" } ], "permissions": [ "identity", "tabs", "clipboardWrite" ], "host_permissions": [ "https:\/\/www.hero-wars.com\/*", "https:\/\/apps.facebook.com\/mobaheroes\/*", "https:\/\/apps-1701433570146040.apps.fbsbx.com\/*", "https:\/\/www.facebook.com\/gaming\/play\/1701433570146040\/*", "https:\/\/auth.hw-simulator.com\/auth\/realms\/HWSimulator\/*", "https:\/\/www.hw-simulator.com\/*", "https:\/\/api.hw-simulator.com\/*", "https:\/\/api.imgbb.com\/*" ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/www.hero-wars.com\/*", "https:\/\/apps-1701433570146040.apps.fbsbx.com\/*", "https:\/\/i.hero-wars-fb.com\/*" ] } ] } |