Hero Wars Simulator Standalone

Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles.

Hero Wars Simulator Standalone क्या है?

Hero Wars Simulator Standalone https://hw-simulator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hero Wars Simulator Standalone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Standalone Version of Hero Wars Simulator
This version does not depend on Hero Wars Assistant

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) Community gifts are automatically collected. No need to click links anymore and to reload the game. Gifts will automatically appear in your mailbox.
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.
9) Assistant for Quizzes

Planned future functionality:
1) Guild war planning support
2) Tournament of element support
3) Many more ....

Supported Platforms:
- Web
- FB
- VK
- OK
- MG

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 Standalone Hero Wars Simulator Standalone
ID pgaeaboedkdahddlncofgkobafjhjpkm
आधिकारिक URL https://chromewebstore.google.com/detail/hero-wars-simulator-stand/pgaeaboedkdahddlncofgkobafjhjpkm
विवरण Extension for the Hero Wars game that gives more insight on heroes, battles and allows to simulate battles.
फ़ाइल का आकार 745 KB
स्थापना संख्या 1,186
वर्तमान संस्करण 1.3.24
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2022-11-22
डेवलपर 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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hero Wars Simulator Standalone",
    "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\/*"
            ]
        }
    ]
}